From 49f8efc63324fdb1db8fd7110508988370ddfe01 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 5 Nov 2015 17:18:59 +0300 Subject: Add pseudo npc varibale .alwaysVisible for show npc from any range on map. --- src/emap/map.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/emap/map.h') diff --git a/src/emap/map.h b/src/emap/map.h index 1e57749..1813d57 100644 --- a/src/emap/map.h +++ b/src/emap/map.h @@ -39,5 +39,10 @@ bool emap_iwall_set2(int m, int x2, int y2, int mask, const char *name); +void map_alwaysVisible_add(const struct block_list *bl); +void map_alwaysVisible_delete(const struct block_list *bl); +bool map_alwaysVisible_find(const struct block_list *bl); +void map_alwaysVisible_send(TBL_PC *sd); +void edo_final_maps(void); #endif // EVOL_MAP_MAP -- cgit v1.2.3-60-g2f50