Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[SOLVED] What is wrong with this script?
Tanshaydar Offline
From Beyond

Posts: 3,085
Threads: 17
Joined: Mar 2009
Reputation: 67
#3
RE: What is wrong with this script?

void SetSwingDoorLocked(string& mansion_2, bool abLocked, bool abEffects);
must be:
void SetSwingDoorLocked("mansion_2", true/false, true/false);

You should choose true or false.

04-29-2011, 01:04 PM
Website Find


Messages In This Thread
RE: What wrong with this script? - by laser50 - 04-29-2011, 12:57 PM
RE: What is wrong with this script? - by Tanshaydar - 04-29-2011, 01:04 PM



Users browsing this thread: 1 Guest(s)