Non-threaded

Forums » Advanced Editor Forum » Read Thread

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

Obtaining Items

6 years ago

How can I make an item so that it'll only appear on the page if a variable is, for example, 1. I thought I read this somewhere, but idk...

Obtaining Items

6 years ago
IF %VARIABLE = 1 THEN
$ITEMSTATE1 := 1

Well, technically that actually puts the item in your inventory, but I'd argue that's more efficient than just putting it on the page.

Obtaining Items

6 years ago

Thank you! ^_^

E: Wow I'm so bad xD