Is it possible to make a link visible due to certain conditions through scripting? or is it that i gotta skewer the link dest if it doesnt meet a condtion?
i.e.
IF %HEALTH = 3 THEN
$DEST := @P33
ELSE
$DEST := @P34
P33 is the normal link, and p34 is the skewered link that would be like "You do not meet requirements, go back!"