Non-threaded

Forums » Advanced Editor Forum » Read Thread

Get help from the experts on variables, scripts, items, and other scary things.

[Answered] Link Restrictions through Scripting

18 years ago

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!"

[Answered] Link Restrictions through Scripting

18 years ago
As in still there and not clickable? If so, I was wondering the same thing.

[Answered] Link Restrictions through Scripting

18 years ago
still there and not clickable, or just not visible at all... we need a LINKSTATE like itemstate...

[Answered] Link Restrictions through Scripting

18 years ago
I still can't get $ITEMSTATE := 0 to work in any of my stories. I can make scripts give people items, but whenever it goes to take them away the story crashes. Have you guys got item removal working in your stories? If not, can we get that fixed before we add new features to the editor? Please?

[Answered] Link Restrictions through Scripting

18 years ago
i cannot get that working either. So yes, this needs fixing before adding more...