Non-threaded

Forums » Newbie Central » Read Thread

Introduce yourself and get to know the community.

Dumb Question!

5 years ago

So, I have an item. When it's used on one page, I want it to make you lose a variable called "Health", and on a different page, I want it to make your health unaffected. How would I do this?

Dumb Question!

5 years ago
You can either use the item script and add an IF statement to determine which page you're on, or you can set a different destination page for each item to be used on page (Add New Effect) and put a script at the start of each of those destination pages to do different things.

Dumb Question!

5 years ago

Thanks!