OnCustomCheat
Revision as of 00:17, 9 May 2015 by Horikawa otane (talk | contribs) (Created page with "Category: LunaDLL Category: Autocode Commands ==Prototype== OnCustomCheat,0,0,ONCE?,EVENT,Active time,CHEAT STRING ==Description== When the player types CHEAT STRING,...")
Prototype
OnCustomCheat,0,0,ONCE?,EVENT,Active time,CHEAT STRING
Description
When the player types CHEAT STRING, activate EVENT.
Notes
ONCE? = 0 = The cheat can be entered multiple times ONCE? = 1 = This command disables itself after first use.
Examples
// Activate event #1000 when typing "activate". Can only be done once
OnCustomCheat,0,0,1,1000,0,activate