Frictional Games Forum (read-only)

Full Version: Help,multiple scripts in one map!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
SetSwingDoorLocked("Bigroomkey", false, true);

should be:

SetSwingDoorLocked("door2", false, true);
(01-04-2012, 07:18 PM)MrBigzy Wrote: [ -> ]SetSwingDoorLocked("Bigroomkey", false, true);

should be:

SetSwingDoorLocked("door2", false, true);

ok
EDIT:Wohoo it works now!THANK YOU ALL FOR HELPING ME WITH THESE PROBLEMS,U ARE AWESOME!!If i encounter more problems ill start a new topic.

Pages: 1 2 3