- Joined
- May 2, 2011
- Messages
- 1,351
Hello,
what does call cheats exactly do? I havent seen any reference for it in Common.ai :|
Here is the code
what does call cheats exactly do? I havent seen any reference for it in Common.ai :|
Here is the code
//============================================================================
// Human 04 -- orange player -- AI Script
//============================================================================
globals
player user = Player(1)
endglobals
function do_cheats takes nothing returns nothing
call Cheat("showmap")
call Cheat("av")
call Cheat("dg")
call Cheat("warnings")
call Cheat("viewres")
// call Cheat("superspeed")
set debug_fast_attacks = true
endfunction
// Human 04 -- orange player -- AI Script
//============================================================================
globals
player user = Player(1)
endglobals
function do_cheats takes nothing returns nothing
call Cheat("showmap")
call Cheat("av")
call Cheat("dg")
call Cheat("warnings")
call Cheat("viewres")
// call Cheat("superspeed")
set debug_fast_attacks = true
endfunction