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
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