Hello all,
Im trying to check if my character is outdoors.
According to the 3.2.2 offset thread the offset for isoutdoors is 0x00693700.
Im using this to read it:
_BMReadMemory($handle, $isoutdoors, "<Not sure what this should be>")
Ive tried reading it as the following
ptr
float
byte
int
dword
Which if any of them is correct? and what should it read if outdoors?
Im guessing 0 is indoors and 1 is outdoors.
Please help.