HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

easy question

09-03-2002, 11:40 PM#1
Guest
Im new to map making and i was wondering if you wanted to have a game where you had a time limit to reach a certain point, then additional time is added to get to yet another point, how would you create that?
09-04-2002, 12:18 AM#2
Draco
Ok, you have to make a timer.

Event - Time elapsed is 0 seconds.

ACTIONS:

Countdown Timer - Create a 'one time' counter.

Set Variable - Set "Timer" to last created timer.

Countdown Timer - Create a timer window for 'timer'

Countdown Timer - Show 'Timer' for player (X)

---

"Defeat Trigger"

EVENT - Timer Expires - "Timer" expires

ACTIONS:

GAME - End Game in defeat for player (x)

---

"Refresh Timer"

Event - Whatever event triggers time to be added

Actions - Start ''Timer'' at {Addition} (Remaining Time) + (30 seconds or whatever)

--- END ---

Repeat last trigger as many times as you need.
09-04-2002, 12:28 AM#3
Guest
in the actions i dont see anything about timers it's default thing is Boolean Comparison, can ya explain this?

- Jensen
09-04-2002, 12:30 AM#4
Guest
looking in wrong field