So I was looking through the Lua script for Sandbox+ and I came across the following comment:
What is this referring to? Where can I get this debug dll, and what can I do with the command window? I would think it's some kind of Lua console, but IdolNinja said that this wasn't possible. And AFAIK it's his mod, so he would know about it.
EDIT: This is concerning Saints Row 3, not 2; I accidentally posted this in the wrong section.
Code:
--following debug is handy for grabbing cutscenes coords if you have the debug dll and a command window up
--local posx,posz,posy = get_object_pos(LOCAL_PLAYER)
--debug_print("Player Pos: " .. posx .. " " .. posy .. " " .. posz .."\n")
EDIT: This is concerning Saints Row 3, not 2; I accidentally posted this in the wrong section.