|
[spoiler=Chip related errors] If Break Sword is used and hits this error occurs: ___________________________________________ ERROR in action number 1 of Create Event for object objBreakswordhit:
Error in code at line 8: if mecracked = objBrokenredtile then
at position 17: Unknown variable mecracked
If you use HaloRinger this error occurs: ___________________________________________ ERROR in action number 1 of Key Press Event for X-key Key for object objPlayerbattle:
Error in code at line 612: instance_create(x+20,y-12,objHalonringer)
at position 36: Unknown variable objHalonringer
DarkBlast sometimes does damage in two sets of 50 damage.
DarkBlade only does damage over or under 200
Program Advance EvilSword can be used with any combination of chip codes. I used DarkSword *, WideDarkSword Z and DarkLongSword Z. Error occurs when Program Advance EvilSword finishes if the enemy is on the back row: ___________________________________________ ERROR in action number 1 of Alarm Event for alarm 1 for object objScreendim:
In script scrUnpause: Error in code at line 3: speed = myspeed
at position 14: Unknown variable myspeed
[/spoiler] [spoiler=Enemy related errors] If deleted your “death” sprite will be the FM form and this error occurs: ___________________________________________ ERROR in action number 1 of Other Event: Room Start for object objHalosoverworld:
Error in code at line 7: if global.endfight = true then
at position 12: Unknown variable endfight
If you are killed by the enemy’s stepsword this error occurs: ___________________________________________ ERROR in action number 1 of Step Event for object objHalosbattle:
Error in code at line 62: if objPlayerbattle.x = x-40 and objPlayerbattle.y >= y-24 and objPlayerbattle.y <= y+24 then
at position 25: Unknown variable x
If you kill the Enemy with FMS form then this error occurs: ___________________________________________ ERROR in action number 1 of Key Release Event for Z-key Key for object objPlayerbattle:
Error in code at line 80: lasertargetx = instance_nearest(x,y,parEnemy).x
at position 64: Unknown variable x
Not completly sure how this occured but I think that after the enemy froze on my side of the field and I used the FMS laser attack this occured: ___________________________________________ ERROR in action number 1 of Key Release Event for Z-key Key for object objPlayerbattle:
Error in code at line 80: lasertargetx = instance_nearest(x,y,parEnemy).x
at position 64: Unknown variable x
The enemy sometimes starts an attack then changes to another attack.
[/spoiler]
Misc: After your transformation ends you can still use FMS’s buster attack.
After your transformation ends you and the enemy momentarilly freeze and sometimes the enemy stay frozen, which can be undone by using your charged shot(which will be FMS's charge shot).
This post has been edited by ngaurhoth1 on Jul 14 2009, 12:07 AM
|