mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-30 05:47:57 +03:00
Allow targeting non-unique actors with StartScript (bug #2311)
This commit is contained in:
parent
7a6ba8bf7a
commit
3b4782959e
20 changed files with 309 additions and 118 deletions
|
@ -26,7 +26,7 @@ namespace Interpreter
|
|||
{
|
||||
std::string name = runtime.getStringLiteral (runtime[0].mInteger);
|
||||
runtime.pop();
|
||||
runtime.getContext().startScript (name, runtime.getContext().getTargetId());
|
||||
runtime.getContext().startScript (name);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue