From b709a392436d4ed17e214cd9e302ddbd23d71c21 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Thu, 12 Oct 2017 08:32:21 -0400 Subject: more lua scripting --- src/world.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/world.cpp') diff --git a/src/world.cpp b/src/world.cpp index 9f57b87..6a8dad8 100644 --- a/src/world.cpp +++ b/src/world.cpp @@ -353,6 +353,7 @@ void WorldSystem::loader(void) else if (tname == "Wander") { auto script = abcd->GetText(); entity.assign(script != nullptr ? script : ""); + //entity.component()->script.addFunction("getpos", PlayerSystem::getPosition); } else if (tname == "Hop") entity.assign(); else if (tname == "Health") -- cgit v1.2.3