natanal99
New Member
- Joined
- May 31, 2011
- Messages
- 67
- Reaction score
- 3
I wrote a spell that search for monsters in an area around the player's target.
Im using this function:
Im using this function:
And as you know everytime i try to 'getThing' from a pos that don't have any ground it returns an error in console.getThingfromPos(pos)
Is there anyway i can check the position before 'getThing' to avoid this error?(luaGetThingFromPos) Tile not found