• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Lua Check Position Runes

zetibia

Member
Joined
Jun 23, 2013
Messages
110
Reaction score
11
I am wanting to make a script for when the player uses a rune in a given area the script to do something, example use storage.

I am using the following:

if isInRange(Player(cid):getPosition(), Position(32695, 31717, 2), Position(32699, 31719, 2)) then

however gives error, what is wrong and what should I do? Thank U
 
Back
Top