Non-threaded

Forums » Feature Wishing Well » Read Thread

Suggestions for improvements and additions to the site.
This feature was rejected 6/27/2012: Automatically rejected as part of the FWW clean out.

Allow $ITEMSTATE to be manipulated in Link Scripts

18 years ago
Yeah, that's about it. Put them in Link Scripts, I see no reason why not to.

Allow $ITEMSTATE to be manipulated in Link Scripts

18 years ago
i guess this is so you can make the user drop the item?

Allow $ITEMSTATE to be manipulated in Link Scripts

18 years ago
Yeah, pretty much. And if you could could you edit my article so it says you can only put it in Page Scripts, because I have it that you can put it in both in the article and I didn't know.

Allow $ITEMSTATE to be manipulated in Link Scripts

18 years ago

I see, well, i will edit the article after posting this, consider it done in about a minute, and i was thinking at first that this would be a waste of time to implement because you can just do it fromt he drop item menu, but then i reconsidered and thought it would be effective in a global link script, where you can have:

IF $CHAPTERID = 4 THEN
$ITEMSTATE02 := 0

So lets say Chapter 4 is a prison, it drops your "knife" for example, since you cant bring a knife into a prison...

Anyways, yeah, those are my thoughts, and i will get to your article now!

Allow $ITEMSTATE to be manipulated in Link Scripts

18 years ago
changed the title, clearer due to the fact that you can evaluate $ITEMSTATE in a link script, just you cannot manipulate it.