Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Alert when low mp
#4
there are two scripts to open a door
one is to open the door without key
Code:
0 {Open Door Without Key} X:=Self.X() Y:=Self.Y() Z:=Self.Z() Map.Use(ID_DOOR, !X!, !Y!, !Z!, 2)
and second to open the door with key
Code:
0 {Open Door With Key} X:=Self.X() Y:=Self.Y() Z:=Self.Z() Map.UseOn(ID_KEY, ID_DOOR, !X!, !Y!, !Z!, 2)


Messages In This Thread
Alert when low mp - by praatel - 08-18-2013, 07:25 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)