I'm making a half-evented, half-scripted special item, and I need a little help. What's the coding to check the passability of a set of coordinates? Is it something like
I know there's prolly a shortcut to checking the passability, so if anyone could tell me the coding it'd be much appreciated.
:microwave:
Regimos
Code:
if passable?(x,y,d)
...
end
I know there's prolly a shortcut to checking the passability, so if anyone could tell me the coding it'd be much appreciated.
:microwave:
Regimos