I need a door script saying something like "The door is jammed" or "The door is locked from the inside". I can't find anything in the construction set..
Begin somescriptif ( Onactivate == 1 ) PlaySound3D, "LockedDoor" MessageBox, "The door is locked from the inside."endifEnd
Begin somescriptif ( Onactivate == 1 ) PlaySound3D, "LockedDoor" MessageBox, "The door is locked from the inside."endifEnd