greetings all - i figured it would be easier to write here instead of fiddling randomly...
i want to find out which mobiles on the server uses a specific body (e.g. body 45).
windows file search is useless since searching for content:"body = 45;" brings up all files with "body", "=", and "45;"
so i tried ingame using [global interface, but can't get the syntax right
[global interface where body == 45 doesnt work
[global interface where body = 45 doesnt work
[global interface where mobile body == 45 doesnt work
[global interface where mobile body = 45 doesnt work
[global interface where body == 0x2D doesnt work
[global interface where body = 0x2D doesnt work
[global interface where mobile body == 0x2Ddoesnt work
[global interface where mobile body = 0x2D doesnt work
even tried the above with "0x2D"

you can see what im trying to do, just no luck... anyone able to help?
i want to find out which mobiles on the server uses a specific body (e.g. body 45).
windows file search is useless since searching for content:"body = 45;" brings up all files with "body", "=", and "45;"
so i tried ingame using [global interface, but can't get the syntax right
[global interface where body == 45 doesnt work
[global interface where body = 45 doesnt work
[global interface where mobile body == 45 doesnt work
[global interface where mobile body = 45 doesnt work
[global interface where body == 0x2D doesnt work
[global interface where body = 0x2D doesnt work
[global interface where mobile body == 0x2Ddoesnt work
[global interface where mobile body = 0x2D doesnt work
even tried the above with "0x2D"

you can see what im trying to do, just no luck... anyone able to help?