mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
added opcode for running scripts with explicit references (targeted scripts)
This commit is contained in:
parent
e9377ad5c4
commit
75ab8de3d2
8 changed files with 36 additions and 14 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue