I cant seem to get it to work.
HTML Code:
//begin complex
if (strequals(#v(tiles[playerx,playery]),127 + 15 * 16)) {
setplayerprop #c, command;
}
It's meant to set the player chat to "command" whenever you fire the weapon on a normal grass ground, and yes, it is a shovel. I cant think of any other way to do this, and my commands RTF doesnt have tiles[x,y] in it. Is there another one I can get which is upadted?