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


Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: parenting lights to chandeliers?
Post: RE: parenting lights to chandeliers?

is that the only way?
liamthespy Development Support 3 2,563 07-19-2012, 10:09 PM
    Thread: parenting lights to chandeliers?
Post: parenting lights to chandeliers?

I have a chandelier with a spotlight with a gobo for effect, but when I hit the chandelier the gobo and the spotlight are stationary. I'm wondering if I can make it so that the spotlight moves with th...
liamthespy Development Support 3 2,563 07-19-2012, 09:24 PM
    Thread: these planks refuse to die!
Post: RE: these planks refuse to die!

that worked, thanks :D too bad those other planks wouldn't cooperate though
liamthespy Development Support 9 5,087 07-19-2012, 07:28 PM
    Thread: these planks refuse to die!
Post: RE: these planks refuse to die!

I feel like it's something to do with the codes I'm using, can you think of any alternative ones to those I've already tried? the planks are static objects, not entities, which I don't usually work wi...
liamthespy Development Support 9 5,087 07-19-2012, 06:42 PM
    Thread: these planks refuse to die!
Post: RE: these planks refuse to die!

nope, still no dice.
liamthespy Development Support 9 5,087 07-19-2012, 06:35 PM
    Thread: these planks refuse to die!
Post: RE: these planks refuse to die!

tried it, didn't change anything though.
liamthespy Development Support 9 5,087 07-19-2012, 06:19 PM
    Thread: these planks refuse to die!
Post: these planks refuse to die!

Long story short, I have planks that need to disappear. I wanted them to die in a sort of, "takes-damage" way, but deactivating them doesn't even work. I've tried this Quote:void firstcollapse(str...
liamthespy Development Support 9 5,087 07-19-2012, 05:51 PM
    Thread: the bridge with the chain..
Post: RE: the bridge with the chain..

The first one, I figured it out. There's a ballpoint that I need to destroy in the script that will drop the bridge :D
liamthespy Development Support 2 2,169 07-19-2012, 05:29 PM
    Thread: easier way to make planes upside down?
Post: easier way to make planes upside down?

I use planes for ceilings often, and ever since I started using spiral staircases it's become an incredibly laborious task to make all those planes and flip them over one by one, so I'm wondering if t...
liamthespy Development Support 4 3,732 07-19-2012, 04:12 AM
    Thread: the bridge with the chain..
Post: the bridge with the chain..

I am wondering how to utilize the chained_bridge in my custom story. I have a switch which will be used to lower it, but I have no idea how to make it happen. I know that I will have an area under the...
liamthespy Development Support 2 2,169 07-19-2012, 03:37 AM
    Thread: Jump scare script problem
Post: RE: Jump scare script problem

thanks a ton mate! you've done me a great deal of good here
liamthespy Development Support 9 5,137 07-16-2012, 04:03 AM
    Thread: Jump scare script problem
Post: RE: Jump scare script problem

yeah that worked :D thanks a ton man! one final question, for the original script, how could I get the corpse to disappear after just a second or two?
liamthespy Development Support 9 5,137 07-16-2012, 03:40 AM
    Thread: Jump scare script problem
Post: RE: Jump scare script problem

nope, I want a door to slam when the key is picked up. the key is for a different door than the one mentioned in the code.
liamthespy Development Support 9 5,137 07-16-2012, 03:31 AM
    Thread: Jump scare script problem
Post: RE: Jump scare script problem

oh, I see! thanks mate! one more question if you please, SetEntityPlayerInteractCallback("firstkey", "keyfunc", true); void keyfunc(string &in asItem, string &in asEntity) { SetSwingDoorC...
liamthespy Development Support 9 5,137 07-16-2012, 03:24 AM
    Thread: Jump scare script problem
Post: Jump scare script problem

this is the relevant part of the script AddEntityCollideCallback("Player", "firstscare", "closetcorpse", true, 1); } void closetcorpse(string &in item) { SetEntityActive("closetcorpse", true);...
liamthespy Development Support 9 5,137 07-16-2012, 03:05 AM
    Thread: I'm probably missing something but this door won't unlock
Post: RE: I'm probably missing something but this door w...

well that explains it. Thanks a bunch. I don't feel as bad about this since I made the thread title what it is.
liamthespy Development Support 7 5,877 06-18-2012, 04:46 PM
    Thread: I'm probably missing something but this door won't unlock
Post: RE: I'm probably missing something but this door w...

(06-18-2012, 02:46 PM)andyrockin123 Wrote: Please link the full script :Poops, sorry guys. //////////////////////////// // Run when entering map void OnEnter() { SetEntityPlayerInteractCallback("...
liamthespy Development Support 7 5,877 06-18-2012, 02:52 PM
    Thread: I'm probably missing something but this door won't unlock
Post: I'm probably missing something but this door won't...

AddUseItemCallback("", "kitchenkey", "kitchendoor", "Kitopen", true); } void kitopen(string &in asItem, string &in asEntity) { SetSwingDoorLocked("kitchendoor", false, true); PlaySoundAtEntit...
liamthespy Development Support 7 5,877 06-18-2012, 02:36 PM
    Thread: movable books
Post: movable books

I was wondering if there were any tutorials for this? I can't seem to find any ( judging by how I missed the roman numeral props, I'm probably just too stupid to find it. ) Right now I'm trying to use...
liamthespy Development Support 1 1,823 06-17-2012, 11:53 PM
    Thread: paper labels?
Post: RE: paper labels?

great, no idea how I missed that. thanks a ton :D
liamthespy Development Support 2 2,393 06-17-2012, 08:22 PM