|
Post by SuchAGroovyGuy on Mar 28, 2022 20:19:16 GMT
So I'm working on my Diddy Kong mod an, as expected, there are some issues preventing me from getting started. I seemed to have fixed all the errors that crash the game to point it closes itself, but this one error, this one bolded...
ERROR in
action number 1
of Draw Event
for object obj_shadow_display:
Error in code at line 40:
if ( !air && state_type != "edge" && state_type != "edge_attack" && sprite_index != jump_sprite && sprite_index != fall_sprite && sprite_index != flinch_sprite &&
^
at position 88: Cannot compare arguments.
...Seems to put the game on a empty black screen. Not the softlock screen, mind you, just an empty black screen. The Background Music still plays and the Announcer still says "GO!" (I'm trying him out in Training Mode, in case you couldn't tell), but other then that, you don't see the fighters or the stage you're on.
Once again, I know this is something on MY END, but...what, exactly?
|
|
|
Post by cielbami on Apr 11, 2022 1:17:34 GMT
if you're working with notepad++, go to line 39 of your file and read it thoroughly to try and find the issue that's where the problem that crashes your game lies
|
|