Non-threaded

Forums » Advanced Editor Forum » Read Thread

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

Automatically drop/pick up item

10 years ago

Okay, so there is a page where I want to automatically drop an item because all of the writing on it is the background, and the items mess that up. Is there a way to automatically drop an item before that page, and then automatically pick it up again after that page is done?

Automatically drop/pick up item

10 years ago

$ITEMSTATE01 := 0

$ITEMSTATE01 := 1

Use the top script on the page you want it removed on, the bottom script on the page you want it back on. Replace the "01" part with whatever number the item is.

Keep in mind the player is going to be confused as hell if the item disappears then reappears.

Automatically drop/pick up item

10 years ago

Thank you.

It's just for the one page so people can actually read what's there.