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


Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Litting candle script "HELP"
Post: Litting candle script "HELP"

I don't know what the script is to enable a disable candle. Please help.
savior10946 Development Support 1 2,159 01-08-2012, 03:37 AM
    Thread: AddPlayerBodyForce help fix
Post: AddPlayerBodyForce help fix

I want the player to be pushed back but it wont work heres the script void OnStart() { AddEntityCollideCallback("Player", "Script_1", "Scary_1", true, 1); } void Scary_1(string &in asParent, s...
savior10946 Development Support 1 2,130 12-31-2011, 04:14 AM
    Thread: walking through wall bug
Post: walking through wall bug

For some reason now i can walk through the mansion walls and some of the other pieces of walls from a different category. Does anyone else have a glitch like this or knows how to fix it?
savior10946 Technical Support - Penumbra Series 3 5,035 07-24-2011, 04:27 AM
    Thread: opening door
Post: opening door

Hey I am trying to make my door called mansion_2 open when i unlock mansion_1. void OnStart() { AddUseItemCallback("", "key_1", "door_1", "KeyOnDoor", true); } void KeyOnDoor(string &in asI...
savior10946 Custom Stories, TCs & Mods 1 2,294 04-12-2011, 02:00 AM
    Thread: opening door/other
Post: RE: opening door/other

whats the script for the force?
savior10946 Custom Stories, TCs & Mods 2 2,753 04-03-2011, 09:41 PM
    Thread: opening door/other
Post: opening door/other

void OnStart() { AddEntityCollideCallback("Player" , "room_1" , "script_1" , true , 0); } void script_1(string &in asParent , string &in asChild , int alState) { SetSwingDoorClosed("closet...
savior10946 Custom Stories, TCs & Mods 2 2,753 04-03-2011, 09:33 PM
    Thread: Whats wrong with this sound
Post: Whats wrong with this sound

void OnStart() { AddEntityCollideCallback("Player" , "room_1" , "Collidedoor_1" , true , 0); } void Collidedoor_1(string &in asParent , string &in asChild , int alState) { SetSwingDoorLock...
savior10946 Custom Stories, TCs & Mods 3 3,054 04-01-2011, 04:47 AM
    Thread: look at 3 places,
Post: look at 3 places,

Im a noob at scripting and I wanna know how to make it so It will look at 3 spots auto for the begging.Like when it starts I want it to look at thos 3 spots slowly and make him close his eyes then ope...
savior10946 Custom Stories, TCs & Mods 3 3,132 04-01-2011, 12:17 AM