|
|
|
@ -62,7 +62,7 @@ namespace Compiler
|
|
|
|
|
extensions.registerInstruction ("toggleai", "", opcodeToggleAI, opcodeToggleAI);
|
|
|
|
|
extensions.registerInstruction ("tai", "", opcodeToggleAI, opcodeToggleAI);
|
|
|
|
|
extensions.registerInstruction("startcombat", "c", opcodeStartCombat, opcodeStartCombatExplicit);
|
|
|
|
|
extensions.registerInstruction("stopcombat", "", opcodeStopCombat, opcodeStopCombatExplicit);
|
|
|
|
|
extensions.registerInstruction("stopcombat", "x", opcodeStopCombat, opcodeStopCombatExplicit);
|
|
|
|
|
extensions.registerFunction ("gethello", 'l', "", opcodeGetHello, opcodeGetHelloExplicit);
|
|
|
|
|
extensions.registerFunction ("getfight", 'l', "", opcodeGetFight, opcodeGetFightExplicit);
|
|
|
|
|
extensions.registerFunction ("getflee", 'l', "", opcodeGetFlee, opcodeGetFleeExplicit);
|
|
|
|
@ -398,7 +398,7 @@ namespace Compiler
|
|
|
|
|
extensions.registerInstruction ("setpccrimelevel", "f", opcodeSetPCCrimeLevel);
|
|
|
|
|
extensions.registerInstruction ("modpccrimelevel", "f", opcodeModPCCrimeLevel);
|
|
|
|
|
|
|
|
|
|
extensions.registerInstruction ("addspell", "c", opcodeAddSpell, opcodeAddSpellExplicit);
|
|
|
|
|
extensions.registerInstruction ("addspell", "cx", opcodeAddSpell, opcodeAddSpellExplicit);
|
|
|
|
|
extensions.registerInstruction ("removespell", "c", opcodeRemoveSpell,
|
|
|
|
|
opcodeRemoveSpellExplicit);
|
|
|
|
|
extensions.registerInstruction ("removespelleffects", "c", opcodeRemoveSpellEffects,
|
|
|
|
|