HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Help plz

04-13-2003, 01:55 AM#1
Zero
Ok here's the deal. I have a leaderboard that adds up kills of each player. What I need to create is a victory trigger. What I want to have happen is when Team 1 has a total team score of 500, that team wins.

I have tried all kinds of various triggers and combo's... Can someone give me a hand plz :D
04-13-2003, 02:35 AM#2
Guest
Have you tried a team 1 intiger, when one of the players gets a kill add 1 to it, then when it gets 500, game victory!!!

Event:
What ever kill one is...
Conditions:
none
Actions:
Set variable: Team1 = Team1 + 1


Event:
When Intiger = 500
Conditions:
none
Actions:
Game - Victory (player)

Hope that helps
04-13-2003, 02:39 AM#3
ChronOmega
to do an event when variable = 500 it'd have to be a real variable instead of an integer
04-13-2003, 03:03 AM#4
Guest
For kills? ive done it with intigers... alot of my win based on kills games use intigers not real...
04-13-2003, 01:56 PM#5
Zero
Hey thx :)