added opcode for running scripts with explicit references (targeted scripts)

This commit is contained in:
Marc Zinnschlag 2014-07-15 13:26:04 +02:00
parent e9377ad5c4
commit 75ab8de3d2
8 changed files with 36 additions and 14 deletions

View file

@ -113,6 +113,7 @@ namespace Interpreter
interpreter.installSegment5 (46, new OpScriptRunning);
interpreter.installSegment5 (47, new OpStartScript);
interpreter.installSegment5 (48, new OpStopScript);
interpreter.installSegment5 (71, new OpStartScriptExplicit);
// spacial
interpreter.installSegment5 (49, new OpGetDistance);