• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

GlobalEvent Race Event

I'm getting a error in movements at line 2 in finishRace.lua and it says,

Code:
[Error - LuaScriptInterface::loadFile] data/movements/scripts/finishRace.lua:2: unexpected symbol near ´=´
[Warning - Event:loadScript] Cannot load script (data/movements/scripts/finishRace.lua)
data/movements/scripts/finishRace.lua:2: unexpected symbol near ´=´

Any idea what's wrong? And i am also using 0.3.6 :p


Nevermind I fixed it! xD
 
When i use on lever, it said Go! and still in my sqm! it dosen't tp me in Race Event..
bump bump bump
bump bump
bump
 
Change in the action race script

Code:
doTeleportThing(pid, config.destination, false)

to

Code:
doTeleportThing(pid, config.destination[i], false)
 
Back
Top