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


Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: [SOLVED!] Custom story wont show up
Post: RE: Custom story wont show up

(05-06-2012, 12:37 PM)Xanthos Wrote: I found your problem. You wake up inside a jail cell, you can't remember how you got inside. You don't even remember your name. As you explore the Castle of...
HeavenSh0ck Development Support 14 11,348 05-06-2012, 12:47 PM
    Thread: [SOLVED!] Custom story wont show up
Post: RE: Custom story wont show up

(05-06-2012, 12:22 PM)Xanthos Wrote: (05-06-2012, 12:18 PM)HeavenSh0ck Wrote: (05-06-2012, 12:15 PM)Xanthos Wrote: AddUseItemCallBack("", "celldoorkey", "celldoor", "UsedKeyOnDoor", true); Th...
HeavenSh0ck Development Support 14 11,348 05-06-2012, 12:31 PM
    Thread: [SOLVED!] Custom story wont show up
Post: RE: Custom story wont show up

(05-06-2012, 12:15 PM)Xanthos Wrote: AddUseItemCallBack("", "celldoorkey", "celldoor", "UsedKeyOnDoor", true); That CallBack B needs to be lower case.That does it, just one thing - the custom sto...
HeavenSh0ck Development Support 14 11,348 05-06-2012, 12:18 PM
    Thread: [SOLVED!] Custom story wont show up
Post: RE: Custom story wont show up

//////////////////////////// // Run when entering map void OnEnter() { } void OnStart() { AddUseItemCallBack("", "celldoorkey", "celldoor", "UsedKeyOnDoor", true); } void UsedKeyOnDoor(string &...
HeavenSh0ck Development Support 14 11,348 05-06-2012, 12:13 PM
    Thread: [SOLVED!] Custom story wont show up
Post: RE: Custom story wont show up

Thanks, it worked I see it on my list - but when I run the custom story, this is the new error I get:FATAL ERROR: Could not load script file 'custom_stories/The Castle of the Evil/custom_stories/The C...
HeavenSh0ck Development Support 14 11,348 05-06-2012, 12:06 PM
    Thread: [SOLVED!] Custom story wont show up
Post: [SOLVED!] Custom story wont show up

I'm working on a custom story, I've finished the map, I've already scripted so theres a key to a door. But when I wanna test run the custom story doesn't show up in the list. Heres my extra_english.l...
HeavenSh0ck Development Support 14 11,348 05-06-2012, 10:29 AM