- Joined
- Oct 9, 2006
- Messages
- 6,395
I use this trigger (try to):
But I thought of following resons to why it fails:
The spell is from an item that the player uses on the pig
I shouldnt pause hero so soon
Else nothing. Just want to add, it says the message, but doesnt catch or do anything to the pig, not even ensnare it.
-
Events
-
Unit-A unit Begins casting an ability
-
Conditions
-
(Ability being cast) Equal to Ensnare (Neutral Hostile)
-
Actions
-
Unit-Pause(Triggering unit)
-
Set EnsnaredPig=(Target unit of ability being cast)
-
Wait 0.10 seconds
-
Unit-Move EnsnaredPig instantly to (Random point in Pig Mission Spawn <gen>)
-
Game-Display to Player 1 (Red), at offset (0.00, 0.00) for 3.00 seconds the text:
-
Wait 0.05 seconds
-
Unit-Unpause (Triggering unit)
But I thought of following resons to why it fails:
The spell is from an item that the player uses on the pig
I shouldnt pause hero so soon
Else nothing. Just want to add, it says the message, but doesnt catch or do anything to the pig, not even ensnare it.