I Wanna Community

Fangames => Game Design => Programming Questions => Topic started by: LoneTree_tv on July 06, 2015, 10:05:09 PM

Title: God Mode
Post by: LoneTree_tv on July 06, 2015, 10:05:09 PM
I want to make a fangame, but I don't want to leave god mode toggle-able in the game. How do I take it out? I'm using IWBTE Yuuutu edition.
Title: Re: God Mode
Post by: Anon70000 on July 07, 2015, 12:11:15 AM
Simpliest way to turn it off is going to
Scripts->SetGlobalOptions->comment/delete
Code: [Select]
global.Debug_Muteki=1
global.Debug_Muteki_Key=vk_control
Title: Re: God Mode
Post by: LoneTree_tv on July 07, 2015, 12:20:45 AM
Alright. Tried it, and it worked. Thanks for the help!

 :atkHappy: