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
Request Amnesia Custom Story Key problems.
Neelke Offline
Senior Member

Posts: 668
Threads: 82
Joined: Apr 2013
Reputation: 26
#2
RE: Amnesia Custom Story Key problems.

You got two boolean in the SetLevelDoorLocked. It's supposed to be like this.

SetLevelDoorLocked("leveldoor_3", false);

And youre trying to start the useitem callback with a collide callback. Change it to this.

void UnlockLevelDoor(string &in asEntity, string &in asItem)

Derp.
(This post was last modified: 08-16-2014, 01:50 PM by Neelke.)
08-16-2014, 01:49 PM
Find


Messages In This Thread
Amnesia Custom Story Key problems. - by Catalyst - 08-16-2014, 12:56 PM
RE: Amnesia Custom Story Key problems. - by Neelke - 08-16-2014, 01:49 PM



Users browsing this thread: 1 Guest(s)