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
The last thing of all! FROM ME!
Romulator Offline
Not Tech Support ;-)

Posts: 3,628
Threads: 63
Joined: Jan 2013
Reputation: 195
#7
RE: The last thing of all! FROM ME!

Here is your problem Smile

SetLevelDoorLocked("secret", false, true);

Assuming you want it unlocked when you use the key, use this instead:
PHP Code: (Select All)
SetLevelDoorLocked("secret"false); 

The reason for this is:
Spoiler below!


Level doors cannot be unlocked with effects Smile Because of this, the code is not present in the syntax.

The syntax for the coding is different as well!
Wiki Wrote:void SetLevelDoorLocked(string& asName, bool abLocked);

Locks a level door. Note that level doors are NOT swing doors.


void SetSwingDoorLocked(string& asName, bool abLocked, bool abEffects);


Edit: Ninja'd two users by 3 minutes ;D

Discord: Romulator#0001
[Image: 3f6f01a904.png]
(This post was last modified: 12-07-2013, 11:25 PM by Romulator.)
12-07-2013, 11:16 PM
Find


Messages In This Thread
The last thing of all! FROM ME! - by Pandachoko - 12-07-2013, 10:34 PM
RE: The last thing of all! FROM ME! - by Kurton - 12-07-2013, 10:41 PM
RE: The last thing of all! FROM ME! - by Traggey - 12-07-2013, 10:54 PM
RE: The last thing of all! FROM ME! - by DnALANGE - 12-07-2013, 11:02 PM
RE: The last thing of all! FROM ME! - by Romulator - 12-07-2013, 11:16 PM
RE: The last thing of all! FROM ME! - by Kurton - 12-07-2013, 11:19 PM
RE: The last thing of all! FROM ME! - by DnALANGE - 12-07-2013, 11:19 PM



Users browsing this thread: 1 Guest(s)