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


Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Insanity Problem
Post: RE: Insanity Problem

(11-07-2010, 06:04 PM)Everlone Wrote: thx it help me :) no problem my friend ^^
Nemesis751 Custom Stories, TCs & Mods 7 6,120 11-07-2010, 06:07 PM
    Thread: Insanity Problem
Post: RE: Insanity Problem

void OnStart() { SetEntityPlayerLookAtCallback("slime_egg_3", "PlayerLookAt", true); ) void PlayerLookAt(string &in entity, int alState) { GiveSanityDamage(40.0f, true); } Where it says slime e...
Nemesis751 Custom Stories, TCs & Mods 7 6,120 11-07-2010, 05:49 PM
    Thread: Insanity Problem
Post: RE: Insanity Problem

(11-07-2010, 05:22 PM)Everlone Wrote: and how i can change his sanity??? ^^ ill make dark maps and there are low lights and some shadows. thats one way too do it but it slowly drains, if u want and ...
Nemesis751 Custom Stories, TCs & Mods 7 6,120 11-07-2010, 05:25 PM
    Thread: Insanity Problem
Post: RE: Insanity Problem

(11-07-2010, 05:11 PM)Everlone Wrote: I have a problem with the insanity in the editor. I make a Area but if i go with the player in this area there will not happening. i have no idea why it doesnt ...
Nemesis751 Custom Stories, TCs & Mods 7 6,120 11-07-2010, 05:20 PM
    Thread: Music for your custom story
Post: RE: Music for your custom story

both of them are fantastic i love em 5*
Nemesis751 Custom Stories, TCs & Mods 30 32,412 10-02-2010, 12:08 PM
    Thread: Unexpected end of file?
Post: RE: Unexpected end of file?

You're missing a } I think in your OnStart. try: Code:void OnStart() { AddUseItemCallback("", "StorageKey_1", "keydoor_1", "UsedKeyonDoor", true); } void UsedKeyonDoor(string &in asItem, string...
Nemesis751 Custom Stories, TCs & Mods 3 3,087 09-30-2010, 03:39 PM
    Thread: Unexpected end of file?
Post: Unexpected end of file?

Hello every one as the thread subject states whenever is try to load my custom story i get "Unexpected end of file" and i cant figure out for the life of me what to do?? This is my simple script ///...
Nemesis751 Custom Stories, TCs & Mods 3 3,087 09-30-2010, 10:35 AM