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


Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: .HPS fatal error
Post: RE: .HPS fatal error

(04-24-2011, 11:44 AM)Dalroc Wrote: You had a correctly written script, but missed/messed up things like quotation marks, braces and a semicolon. Theses are small details that you should be able to ...
Mr.Roflman Custom Stories, TCs & Mods 10 9,719 04-25-2011, 04:02 AM
    Thread: .HPS fatal error
Post: RE: .HPS fatal error

(04-24-2011, 10:30 AM)Swistrobl Wrote: Code:void KeyOnDoor(string &in asItem, string &in asEntity) { SetSwingDoorLocked("mansion_1, false, true); "mansion_1" also seems to lack a quotation m...
Mr.Roflman Custom Stories, TCs & Mods 10 9,719 04-24-2011, 10:32 AM
    Thread: .HPS fatal error
Post: RE: .HPS fatal error

(04-24-2011, 10:21 AM)laser50 Wrote: FOUND IT, THE END OF KEYONDOOR IS A ), NOT A } FOUND IT, THE END OF KEYONDOOR IS A ), NOT A } Same error
Mr.Roflman Custom Stories, TCs & Mods 10 9,719 04-24-2011, 10:23 AM
    Thread: .HPS fatal error
Post: RE: .HPS fatal error

(04-24-2011, 10:17 AM)Swistrobl Wrote: Code:void OnEnter() { ) This might be your problem. Make it void OnEnter() { } instead. I fixed both of those when I was having another look at it but sti...
Mr.Roflman Custom Stories, TCs & Mods 10 9,719 04-24-2011, 10:18 AM
    Thread: .HPS fatal error
Post: RE: .HPS fatal error

(04-24-2011, 09:40 AM)Lexander.R Wrote: RemoveItem("bedroomkey_1) needs ; at the end i think. Done that same error
Mr.Roflman Custom Stories, TCs & Mods 10 9,719 04-24-2011, 09:44 AM
    Thread: .HPS fatal error
Post: .HPS fatal error

Can anyone help fix this fatal error: FATAL ERROR: Could not load script file 'custom_stories/Unknown_Awaking/custom_stories/Unknown_Awaking/maps/00_Unknwn.hps main (29,2) : ERR: Unexpected end of fil...
Mr.Roflman Custom Stories, TCs & Mods 10 9,719 04-24-2011, 09:37 AM