diff --git a/apps/openmw-mp/Script/ScriptFunctions.hpp b/apps/openmw-mp/Script/ScriptFunctions.hpp index a6d1177e7..ff2968b8e 100644 --- a/apps/openmw-mp/Script/ScriptFunctions.hpp +++ b/apps/openmw-mp/Script/ScriptFunctions.hpp @@ -157,6 +157,7 @@ public: {"OnContainer", Function()}, {"OnDoorState", Function()}, {"OnObjectPlace", Function()}, + {"OnObjectState", Function()}, {"OnObjectSpawn", Function()}, {"OnObjectDelete", Function()}, {"OnObjectLock", Function()},