hmm i must say i'm a bit confused by the code.


INIT
ITEM:__Me
EXTERN STRING:%trigger="ShowTracks"

Here the %variable is set to "ShowTracks", which means that if the code below is run:


IF
CharacterUsedSkillOnTarget(_,CHARACTER_Bob, "Target_Tracking", _)
THEN
GlobalSetEvent("ShowTracks");

then all items with the item script you posted will be made visible. I'm not sure if this is what is intended though so i must be missing something.

Last edited by karlgoran; 07/04/15 08:44 AM.