- Joined
- Jul 10, 2018
- Messages
- 383
Trying to make a message appears when someone enters a region he is not supposed to enter but its not working for somereason
-
Region Cant Enter
-
Events
-
Unit - A unit enters CANT ENTER <gen>
-
-
Conditions
-
((Triggering unit) is A Hero) Equal to True
-
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Hero level of (Triggering unit)) Equal to 30
-
-
Then - Actions
-
Skip remaining actions
-
-
Else - Actions
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Hero level of (Triggering unit)) Not equal to 30
-
-
Then - Actions
-
Unit - Move (Triggering unit) instantly to (Center of Region 077 <gen>)
-
Game - Display to (Player group((Triggering player))) for 30.00 seconds the text: You're not level 30...
-
-
Else - Actions
-
-
-