[+] Added new ERM command VR:B. It converts any number to boolean (1 or 0). Any non-zero value becomes 1. Example: !!OW:R(CURRENT_PLAYER)/(RES_GOLD)/?(goldAmount:y); !!VR(hasGold:y):S(goldAmount) B; now hasGold = (TRUE) or (FALSE) !!if&(hasGold)=(TRUE); !!IF:M^I know you have some gold in your pockets!^; !!en;