When I made my first story, I had to manually make every item go to a page that said that you used the wrong item with the exception of the item that was supposed to be used on that page. I had to do this every time I created a page that required or had the option of using an item. This wouldn't be so bad but the page has to load for every single time I had to make conditions, and of course I have to go back and forth with the whole thing.
Pretty much, there was too much time wasted with that method.
This time I'm going to attempt to circumvent this with scripting. I figured that with scripting, I can put some code on the item's script editor to make it check to see what chapter it is on and take you to the appropriate page. However, testing this out, it doesn't seem to work. I put this in the item's script editor:
IF $DEST = @C2 THEN $DEST := @P7
But no matter where I use it, it gives me the message that it can't be used even if I'm in the second chapter. Is this right or am I missing something?