08-08-2011, 12:11 PM
Open door:
Change the door id by the id of the door.
Spears:
Put the number of spears than you want in the hand.
Maybe in the next version 4.3
Code:
1000 {Open Door} VarSet(X) Self.X VarSet(Y) Self.Y VarSet(Z) Self.Z Map.Use(DOOR_ID, !X!, !Y!, !Z!, 1)Spears:
Code:
1000 {Spear} Misc.ItemCountEx(3277)<=10 Self.Equip.LeftHand(3277)Maybe in the next version 4.3

