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


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Error Unexpected End of File
Fotis Offline
Junior Member

Posts: 1
Threads: 0
Joined: Jul 2014
Reputation: 0
#15
RE: Error Unexpected End of File

Guys i have the same problem with this script for teleport mans

thats the script:
void OnStart()
{
AddEntityCollideCallback("Player", "Teleport Script", "Teleport_noob, true, 1);
}
void Teleport_noob(string &in asParent, string &in asChild, int alStates)
{
SetEntityActive("Guy_1", true);
AddPropForce("Guy_1", 1, 1, -10000, "world");
}

and it write:
FATAL ERROR

FATAL ERROR: Could not load script file 'custom_stories/Amnesia Custom story pack/custom_stories/Amnesia Custom story pack/maps/C:/Program Files (x86)/Amnesia - The Dark Descent/redist/custom_stories/Amnesia Custom story pack/maps/02 map.hps'!
main (9, 2) : ERR : Unexpected end of file

pls help me Sad

Guys i have the same problem with this script for teleport mans

thats the script:
void OnStart()
{
AddEntityCollideCallback("Player", "Teleport Script", "Teleport_noob, true, 1);
}
void Teleport_noob(string &in asParent, string &in asChild, int alStates)
{
SetEntityActive("Guy_1", true);
AddPropForce("Guy_1", 1, 1, -10000, "world");
}
FATAL ERROR

FATAL ERROR: Could not load script file 'custom_stories/Amnesia Custom story pack/custom_stories/Amnesia Custom story pack/maps/C:/Program Files (x86)/Amnesia - The Dark Descent/redist/custom_stories/Amnesia Custom story pack/maps/02 map.hps'!
main (9, 2) : ERR : Unexpected end of file
(This post was last modified: 07-10-2014, 09:40 AM by Fotis.)
07-10-2014, 09:37 AM
Find


Messages In This Thread
Error Unexpected End of File - by Aglowglint11 - 03-07-2014, 11:43 PM
RE: Error Unexpected End of File - by Romulator - 03-08-2014, 01:33 AM
RE: Error Unexpected End of File - by Urkle - 03-08-2014, 03:39 AM
RE: Error Unexpected End of File - by Romulator - 03-08-2014, 12:13 PM
RE: Error Unexpected End of File - by Urkle - 03-08-2014, 02:55 PM
RE: Error Unexpected End of File - by Traggey - 03-08-2014, 04:04 PM
RE: Error Unexpected End of File - by DnALANGE - 07-10-2014, 06:38 PM
RE: Error Unexpected End of File - by Neelke - 03-09-2014, 02:16 PM
RE: Error Unexpected End of File - by Fotis - 07-10-2014, 09:37 AM
RE: Error Unexpected End of File - by Urkle - 07-10-2014, 02:48 PM



Users browsing this thread: 3 Guest(s)