It is included in the FPSC source, unfortunatly I have not succeeded in activating it.
rem Radar Blip (v1.1)
if hud(hudid).maintype=4 and hud(hudid).typemode=11
`
rem Mimic radar blip
for e=1 to entityelementlist
if entityelement(e).health>0
tentid=entityelement(e).bankindex
if entityprofile(tentid).ischaracter=1
fundx#=entityelement(e).x-camera position x()
fundy#=camera position z()-entityelement(e).z
funangle#=atanfull(fundy#,fundx#)
rrr#=funangle#-camera angle y()
if hud(hudid).image>0
paste sprite hudid,hud(hudid).posx-8+(cos(rrr#)*40),hud(hudid).posy-8+(sin(rrr#)*40)
endif
endif
endif
next e
`
endif
Wisemen are hard to find, they are tarnished by sayings and quotes that are not of their true nature.