diff --git a/files/scripts/maps/_unused/node_spawnompo.lua b/files/scripts/maps/node_spawnompo.lua similarity index 94% rename from files/scripts/maps/_unused/node_spawnompo.lua rename to files/scripts/maps/node_spawnompo.lua index 69c0c63..2aa1ec1 100644 --- a/files/scripts/maps/_unused/node_spawnompo.lua +++ b/files/scripts/maps/node_spawnompo.lua @@ -17,6 +17,8 @@ -- along with this program; if not, write to the Free Software -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +-- THIS FILE IS UNUSED + if not v then v = {} end if not AQUARIA_VERSION then dofile("scripts/entities/entityinclude.lua") end @@ -34,7 +36,7 @@ local function spawnOnNode(me) end function init(me) - v.n = getNaija() + --[[v.n = getNaija() if isMapName("TRAININGCAVE") then if isFlag(FLAG_OMPO, 0) then @@ -65,13 +67,13 @@ function init(me) if isFlag(FLAG_OMPO, 3) then spawnOnNaija(me) end - end + end]] end function update(me, dt) - if v.doSetFlag and node_isEntityIn(me, v.n) then + --[[if v.doSetFlag and node_isEntityIn(me, v.n) then if isFlag(FLAG_OMPO, 0) then setFlag(FLAG_OMPO, 1) end - end + end]] end