- Joined
- Jul 31, 2011
- Messages
- 39
Sorry if this is too noobish... just had started learning a little more than a week that's why...
It would show the window but doesn't show anything in it...
Note: I have a respawn system already... I just want a respawn countdown timer on a timer window to give a hint when I will respawned...
Thank you to all who care to view...
-
Revive Hero Timer Show
-
Events
- Unit - A unit Dies
-
Conditions
- ((Triggering unit) is A Hero) Equal to True
-
Actions
- Set DeadTimer = (Load (Player number of (Owner of (Triggering unit))) of 0 in (Last created hashtable))
- Set TempReal = (((Real((Hero level of (Dying unit)))) x Hero_Revive_Time_Factor) + 5.00)
- Countdown Timer - Create a timer window for DeadTimer with title PlayerNames[0]
- Countdown Timer - Start DeadTimer as a One-shot timer that will expire in TempReal seconds
- Set DeadTimerWindow = (Last created timer window)
- Wait TempReal seconds
- Countdown Timer - Destroy DeadTimerWindow
-
Events
It would show the window but doesn't show anything in it...
Note: I have a respawn system already... I just want a respawn countdown timer on a timer window to give a hint when I will respawned...
Thank you to all who care to view...
Last edited: