|
|
|
@ -310,6 +310,7 @@ namespace Compiler
|
|
|
|
|
extensions.registerFunction ("getpctraveling", 'l', "", opcodeGetPcTraveling);
|
|
|
|
|
extensions.registerInstruction ("betacomment", "/S", opcodeBetaComment, opcodeBetaCommentExplicit);
|
|
|
|
|
extensions.registerInstruction ("bc", "/S", opcodeBetaComment, opcodeBetaCommentExplicit);
|
|
|
|
|
extensions.registerInstruction ("ori", "/S", opcodeBetaComment, opcodeBetaCommentExplicit);
|
|
|
|
|
extensions.registerInstruction ("addtolevcreature", "ccl", opcodeAddToLevCreature);
|
|
|
|
|
extensions.registerInstruction ("removefromlevcreature", "ccl", opcodeRemoveFromLevCreature);
|
|
|
|
|
extensions.registerInstruction ("addtolevitem", "ccl", opcodeAddToLevItem);
|
|
|
|
|