- Joined
- Jun 12, 2007
- Messages
- 1,261
As soon as this trigger is used, the game will crash.
Why is that? I don't see anything special about it that could drain all the memory.
Why is that? I don't see anything special about it that could drain all the memory.
-
Fake Crystal
-
Events
-
Unit - A unit Uses an item
-
-
Conditions
-
(Item-type of (Item being manipulated)) Equal to Fake |c000042ffC|rrystal |c007ebff1[Spell]|r
-
-
Actions
-
Set P_FakeCrystal[(Player number of (Owner of (Triggering unit)))] = (Position of (Triggering unit))
-
Special Effect - Create a special effect at P_FakeCrystal[(Player number of (Owner of (Triggering unit)))] using AImaTarget.mdx
-
Special Effect - Destroy (Last created special effect)
-
Item - Create Red Crystal at P_FakeCrystal[(Player number of (Owner of (Triggering unit)))]
-
Custom script: call RemoveLocation(udg_P_FakeCrystal[GetConvertedPlayerId(GetOwningPlayer(GetTriggerUnit()))])
-
-