I Wanna Community
News:
I Wanna Community
»
Fangames
»
Game Design
»
Programming Questions
»
God Mode
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: God Mode (Read 1831 times)
LoneTree_tv
Wannabe
Posts: 32
Bad Fangamer and Fangame Dev
OS:
Windows 7/Server 2008 R2
Browser:
Chrome 43.0.2357.130
Playstyle: Keyboard
God Mode
«
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.
Logged
Anon70000
Cherry Eater
Posts: 50
OS:
Windows 7/Server 2008 R2
Browser:
Firefox 39.0
Playstyle: Keyboard
Re: God Mode
«
Reply #1 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
Logged
https://docs.google.com/spreadsheets/d/1XHY1MuRErptYUDs25A9t7Gh7QYVIz-Uhqr63whvYxjE/
- idk
LoneTree_tv
Wannabe
Posts: 32
Bad Fangamer and Fangame Dev
OS:
Windows 7/Server 2008 R2
Browser:
Chrome 43.0.2357.130
Playstyle: Keyboard
Re: God Mode
«
Reply #2 on:
July 07, 2015, 12:20:45 AM »
Alright. Tried it, and it worked. Thanks for the help!
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
I Wanna Community
»
Fangames
»
Game Design
»
Programming Questions
»
God Mode