Non-threaded

Forums » Advanced Editor Forum » Read Thread

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

$ITEMUSED AND $ITEMSTATE

11 years ago

On a link of my story game I tried to set both the item state and item use, like this. Be forewarned, I did not yet pick up this item before setting the script, and it brought me to an error page. 

$ITEMSTATE1 := 1
$ITEMUSED1 := 0 

 

$ITEMUSED AND $ITEMSTATE

11 years ago

Never mind. You have to put it on the actual page script, not the link script.