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 make a key open a level door?
Post: RE: How to make a key open a level door?

(08-04-2012, 01:11 AM)Harthex Wrote: SetLevelDoorLocked("level_dungeon_1", false);Thanks a lot. Do I replace it with SetSwingDoorLocked? Or just add it on.
taz251 Development Support 3 2,603 08-04-2012, 01:17 AM
    Thread: How to make a key open a level door?
Post: How to make a key open a level door?

I have a key that unlocks a level door, but when it does the door still remains locked? Here is the script I have. AddUseItemCallback("", "level_key", "level_dungeon_1", "OpenLevel", true); } void O...
taz251 Development Support 3 2,603 08-04-2012, 12:59 AM
    Thread: My custom sound won't work?
Post: RE: My custom sound won't work?

(07-30-2012, 08:00 PM)Harthex Wrote: Inside your custom story folder put "sounds" That's where both files go. If it still is broken use a different ogg converter."I have my sound file in my sounds f...
taz251 Development Support 4 3,211 07-30-2012, 08:04 PM
    Thread: My custom sound won't work?
Post: My custom sound won't work?

I am trying to add a custom sound to a grunt when the player is forced to turn around and look at him. This is what i have. void OnStart() { AddEntityCollideCallback("Player", "precious", "LookAtGrun...
taz251 Development Support 4 3,211 07-30-2012, 07:42 PM
    Thread: UNEXPECTED END OF FILE ERROR?
Post: RE: UNEXPECTED END OF FILE ERROR?

(07-27-2012, 10:15 AM)andyrockin123 Wrote: I see; set swing door locked needs a second Boolean (true/false) value to determine whether or not to use effects; these effects (depending on the type of ...
taz251 Development Support 4 3,527 07-27-2012, 10:22 AM
    Thread: UNEXPECTED END OF FILE ERROR?
Post: RE: UNEXPECTED END OF FILE ERROR?

(07-27-2012, 09:59 AM)andyrockin123 Wrote: Fixed up some of the misplaced brackets and syntax; also placed the callbacks on start and added an "OnLeave" function.: void OnStart() { SetEntityCallba...
taz251 Development Support 4 3,527 07-27-2012, 10:06 AM
    Thread: UNEXPECTED END OF FILE ERROR?
Post: UNEXPECTED END OF FILE ERROR?

Hello! I'm new to making amnesia custom stories. I have been trying to code and I have been having tons of trouble. The problem that keeps coming up is when I try to add another unlock door code. I ke...
taz251 Development Support 4 3,527 07-27-2012, 09:33 AM