Code:
* Added new actor type: "Chest" (ie, treasure chest)
* Added new Blip type to radar: "Chest"
* Added new METHOD to the radar datatype: "FilterChests"
* Added new MEMBER to the radar datatype: "ShowingChests" (bool type)
* Added the following new MEMBERS to the 'actor' datatype:
1. IsChest (bool type)
2. IsBanker (bool type)
3. HasLoot (bool type) [corpses only]
4. IsMerchant (bool type) [includes menders]
* In the case of most all NPCs and NoKillNPCs, "race" information is no
longer available via the actor datatype. These actors will now return
'NPC' as their race.