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
Please help with my custom story hps file!!!
mrburritos31 Offline
Junior Member

Posts: 18
Threads: 3
Joined: Jun 2013
Reputation: 0
#3
RE: Please help with my custom story hps file!!!

(07-04-2013, 04:53 AM)cruisy18 Wrote: You're not using the right kind of brackets in certain areas. Try this out.

void OnStart()
{
AddUseItemCallback("OpenDoor", "key_study_1", "level_wood_1", "UnlockLevelDoor", true);
}
void UnlockLevelDoor(string &in item, string &in entity)
{
SetLevelDoorLocked(entity, false);
}

THANK YOU SO MUCH It worked!
07-04-2013, 05:25 AM
Find


Messages In This Thread
RE: Please help with my custom story hps file!!! - by mrburritos31 - 07-04-2013, 05:25 AM



Users browsing this thread: 1 Guest(s)