- Joined
- Jun 27, 2010
- Messages
- 2,763
So, I made this, it's not working somehow. Can you tell me how to do it? It's item that is used actively and can't be dropped or sold
-
Drop Checkpoint
-
Events
-
Unit - A unit Uses an item
-
-
Conditions
-
(Item-type of (Item being manipulated)) Equal to Checkpoint
-
-
Actions
-
Set Checkpoint_Loc = (Target point of ability being cast)
-
Unit - Move Checkpoint (Required) 0839 <gen> instantly to Checkpoint_Loc
-
Item - Remove (Item being manipulated)
-
-