• 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!

Recent content by Harter

  1. H

    Lua Lua again...

    It still says Callback parameter should be a function. But when i added eventname and Item in the addevent function, the timer started working and i got following problem after 2 sec: Attempt to index local 'item' <a nil value>. And here the code local config = { messageGood = "Stone has been...
  2. H

    Lua Lua again...

    Hey Codex Ng, thank you for your reply. With your script it says: callback parameter should be a function. :(
  3. H

    Lua Lua again...

    So this time i do not get any problems like "callback parameter..." etc. This time its just doesnt do anything. My script should work like this. When you turn the light on, you will have 2 seconds to click on the other light to remove the stone. When it will take longer than 2 sec, the light of...
  4. H

    Lua AddEvent - Callback parameter should be a function.

    THank you guys for your quick response. I didnt knew about addevent which has to be before the function. Im doing lua scripting since 2-3 weeks but it does not justify me. Codex Ng, i have copied your script and addevent is working but not properly. When i click on the lever, stone disappears...
  5. H

    Lua AddEvent - Callback parameter should be a function.

    So im trying to add an addevent in onUse function. But it doesnt work :( Do someone have any idea why? I will paste script here: local config = { normalLever = 1945, pulledLever = 1946, leverUid = 1200, messageRemoved = "A stone is removed in the distance!", messagePlaced =...
Back
Top