Fangames > Programming Questions
GD.M. Bug
(1/1)
Junior Nintendista:
On that released version 1.0 of IWKT Creator, I had deleted the codes and the button you press to activate the God Mode, but I just use the "G" button to god mode, but then was the "Ctrl" that was activating the way, this is a bug?
Anon70000:
I've decompiled your game if you don't mind.
Here's explanation.
if(muteki=0 && global.Debug_Muteki_Mode=0){ // <- if these two = 0, player dies (this is killPlayer Script)
In SetGlobalOptions:
global.Debug_Muteki=1
global.Debug_Muteki_Key=vk_control // <- Control activates this parametr which cancels death basically
I also suggest you use full-rectangle collision mask in menu, because aiming straight at buttons is annyoing
Junior Nintendista:
I deleted this code in SetGlobalOptions, and so far have not had the problem.
Navigation
[0] Message Index
Go to full version