There is a script that comes with it to shut it off when you enter trigger zones.
Rainbox_followplr.lua
-- Created by Corno_1
local addX = 0
local addY = 0
local addZ = 0
local onetimeEvent = 0
function rainbox_followplr_init(e)
end
function rainbox_followplr_main(e)
if onetimeEvent == 0 then
addX = g_Entity[e]['x'] - g_PlayerPosX
addY = g_Entity[e]['y'] - g_PlayerPosY
addZ = g_Entity[e]['z'] - g_PlayerPosZ
end
SetPosition(e,g_PlayerPosX+addX,g_PlayerPosY+addY,g_PlayerPosZ+addZ)
ResetPosition(e,g_PlayerPosX+addX,g_PlayerPosY+addY,g_PlayerPosZ+addZ)
onetimeEvent = 1
end
Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz, 2400 Mhz, 4 Core(s), 4 Logical Processor(s), 8gb RAM, Nvidia gtx660, Windows 7 Pro 64bit, Screen resolution 1680 x 1050.