- Slightly improved version of LeGo focusnames feature:
-
color of focus is changed:
- to orange if chest/mob is locked by special key, cannot be picklocked and player does not have key
- to yellow if chest/mob is locked by special key and player does not have key but it can be picklocked
- to yellow if chest/mob can be picklocked
- to green if chest/mob is unlocked and not empty
-
renames chests from
MOBNAME_CHEST
toMOBNAME_CHEST_EMPTY
and crates fromMOBNAME_CRATE
toMOBNAME_CRATE_EMPTY
when they are empty and vice versa.
-
Init function: G12_Focus_Init();
Should not be used together with LeGo flag LeGo_Focusnames
.