anyone have any idea why my script wont work at all?
the script is named lib_gefangnis.scr
in it i have ... level.script = maps/obj/lib_gefangnis.scr
but when I run the map I get....
Code: Select all
^~^~^ Script file compile error: Couldn't compile 'maps/obj/lib_gefangnis.scr'
ScriptMaster::GetScript: Script 'maps/obj/lib_gefangnis.scr' was not properly loadedare there any things that commonly cause thie problem?
EDIT~~~~~ apparently the problem was my attemtpt to define the value of a variable used to keep triggers from overlapping....
If you define a variable, that is not used at all within the map... it should be like axis_trigger, not $axis_trigger?
