Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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!
Can I use this function to detect item a player have received? I wanted to create an extra info any time player acquires special eq, not by OnUse etc. If not that way, perhaps any other?
I was also considering adding onThink function redirecting to most scripts, like onTradeAccept, to run another script that will check 0.1 second later if player have such item, i actually dont know whether it's possible to start script no2 from sctipt no1. if possible, please give me a solution and I can make it