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


Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How to unlock door with key?
Post: RE: How to unlock door with key?

//////////////////////// //Run when Starting map void OnStart() { AddUseItemCallback("", "OfficeKey", "mansion_1", "UsedKeyOnDoor", true); } void UsedKeyOnDoor(string &in asItem, string &in...
GSphoenix Development Support 29 39,136 09-26-2012, 05:47 PM
    Thread: How to unlock door with key?
Post: RE: How to unlock door with key?

//////////////////////// //Run when Starting map void OnStart() { AddUseItemCallback("", "OfficeKey", "mansion_1", "UsedKeyOnDoor", true); } void UsedKeyOnDoor(string &in asItem, string &i...
GSphoenix Development Support 29 39,136 09-26-2012, 04:18 PM