Need trigger help!!(lives)

ehunt36

BattleForums Newbie
Joined
Jan 15, 2006
Messages
3
Reaction score
0
what is the trigger so that you start the game off with 3 lives then when u beat the first stage you are added 3 more lives plus the lives you saved from the stage before then the next stage 3 more lives etc. PLEAS HELP

(also i want 2 make it so everybody can see it ( like the scoreboard or w/e)
 

Lord of Nukes

BattleForums Member
Joined
Jun 24, 2005
Messages
371
Reaction score
0
Location
New England
Website
www.scindex.com
Have some sort of custom score set to 3. Have the Leaderboard show the custom point scores. If someone dies and they have a point, then remove a point and respawn their unit. If they don't have a point and they die, then give them defeat. You can add three to the custom score at any time and the triggers should work fine.

I apologize for my vague explanation, I'm in a rush at this point in time.
 

ehunt36

BattleForums Newbie
Joined
Jan 15, 2006
Messages
3
Reaction score
0
What do you mean by custon score .. what sort of cutsom score should i use?? ..i still dont understand how 2 do the trigger
 

Lord of Nukes

BattleForums Member
Joined
Jun 24, 2005
Messages
371
Reaction score
0
Location
New England
Website
www.scindex.com
As an action, it's found by going to "Set Score," and in the "Points" variable, selecting "Custom" at the bottom of the list.

As a condition, it'll be recognized by "Score," and choosing "Custom" as the "Score type" variable.

With the action, you can add three to the Custom score at some point. if a player doesn't have a unit they should have, then have a trigger that says

== Player
- [number x]
== Condition
- Player [number x] brings "at most" "0" [unit y] to location "Anywhere"
- Player [number x] "Custom" score is "at least" "1"
== Action
- Set Score for player [number x] to "subtract" "1"
- Create "1" [unit y] at location [location z] for player [number x]

To show it on the leaderboard, you can have the following as an action of some trigger;

- Leaderboard (Points): Show Leader Board for most "Custom." Display label: '[label w]'
 

NewPosts

New threads

Top