SphereCommunity
CANSEELOS - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: Script Help (/Forum-Script-Help)
+--- Thread: CANSEELOS (/Thread-CANSEELOS)



CANSEELOS - Alaric - 12-03-2012 03:04 AM

Code:
IF !(<MEMORYFINDTYPE.memory_war_targ>.<canseelos>)
    sysmessage Dont see.
    return 1
ENDIF

If the target im attacking is not in the sight, it halts. Why doesnt it work? MEMORYFINDTYPE.memory_war_targ might return bool true/false. But i need its ID.


RE: CANSEELOS - Skul - 12-03-2012 02:27 PM

Code:
if !(<memoryfindtype.memory_war_targ.link.canseelos <src.uid>>)
  //can the link of memory_war_targ see src.uid?
  //code
endif



RE: CANSEELOS - Alaric - 12-04-2012 01:33 AM

Thanks Skul, thats what i ment.