- Joined
- Dec 23, 2013
- Messages
- 1,433
Howdy folks
I'm working on a system which puts up a private announcement to a player when their hero levels up
"Rank 2 - Skirmisher"
"Rank 3 - Sergeant"
"Rank 4 - Lieutenant"
etc
There's 10 players on 2 sides, and I'd like to make it so if a hero levels up, he gets a private telegraph of text on his screen, telling him his new Rank
Right now this is what I've got:
Events
I only just today started to do this, and don't know a thing about vJASS except that - It exists, and scripters like it
I'm working on a system which puts up a private announcement to a player when their hero levels up
"Rank 2 - Skirmisher"
"Rank 3 - Sergeant"
"Rank 4 - Lieutenant"
etc
There's 10 players on 2 sides, and I'd like to make it so if a hero levels up, he gets a private telegraph of text on his screen, telling him his new Rank
Right now this is what I've got:
Events
ConditionsUnit - A unit Gains a level
Actions((Triggering unit) is A Hero) Equal to True
(Owner of (Triggering unit)) Equal to Player 1 (Red)
(Owner of (Triggering unit)) Equal to Player 2 (Blue)
Etc for all 24 players
Cinematic - Send transmission to (_______) From Coldfells Sergeant named: Recruiter Aval: Play no sound and display "Blablablabla, Rank 2" Modify duration: Add 0.00 seconds and Wait.
I only just today started to do this, and don't know a thing about vJASS except that - It exists, and scripters like it