16
Programming Questions / Re: Spike Trigger Error in KS Engine
« on: September 07, 2015, 01:28:01 PM »
Old Message
EDIT:
Alright, so I used a fresh version of the 0.8 KS Engine and copied the spikeUp and Trigger object code into the old version, and now its giving me this error:
EDIT EDIT:
YES, IT WORKS
Adding trg = 0 to Trigger + Copying the triggers + SpikeUp some how fixed it
To help anyone else tat is having this issue, ill describe it
(click to show/hide)
EDIT:
Alright, so I used a fresh version of the 0.8 KS Engine and copied the spikeUp and Trigger object code into the old version, and now its giving me this error:
Code: [Select]
FATAL ERROR in
action number 1
of Other Event: Room Start
for object objTrigger:
Push :: Execution Error - Variable Get 100448.trg(100061, -2147483648)
at gml_Object_objTrigger_StartRoomEvent_1 (line 1) - if (!persist) global.trigger[trg]=0;
EDIT EDIT:
YES, IT WORKS
Adding trg = 0 to Trigger + Copying the triggers + SpikeUp some how fixed it
To help anyone else tat is having this issue, ill describe it
(click to show/hide)