HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Condition Question

08-29-2003, 01:22 PM#1
JamesPicard_007
Hey. I'm trying to create a trigger unfortunately how to set the condition I want is puzzling me. For my event to work the way I want it to I need to be able to track my incoming cash. To put it as best I can in order for my event to work you need to earn a certain amount of cash before the action will be activated. What I can't figure out is how to create this condition. If you guys could help me out I'd appreciate it.

NOTE: I only have Reign of Chaos. I do not have Frozen Throne yet.
08-30-2003, 09:05 AM#2
Krakou
Use integer comparison: ((Triggering player) Current gold) Equal to 100
08-30-2003, 09:45 AM#3
JamesPicard_007
Not exactly what I need. I mean I need my trigger to work every time so much gold is earned. Not just a one time earn.
08-30-2003, 10:07 AM#4
kl33r
You can make it Periodic

Event
- Every 2 seconds of game time

Action
- If ((Player 1 (Red) Current gold) Equal to 100) then do (Action) else do (Do nothing)

You can also set the "current gold" to "Greater or equal to" for better results