Gw Temp
Menu
Tutorial - 'Combining weapons/items system' by GaZZwa
An item about RPGMaker 2000 posted on
Blurb
GaZZwa delves deep into the tutorial database to bring you his combining weapons and items system! Hoorah!
Body
Here we go, it's pretty simple.
Show message: "Hi there. What do you want to combine?"
Show choice: "Hi-potion" "something else"
Show message: "You need potion and an antidote to make this. Continue?"
Show choice: "Yes" "no"
Choose yes:
Fork option item "potion" in inventory [with else case]
[normal]
Fork option "antidote" in inventory [with else case]
[normal]
Add item, remove antidote
Add item, remove potion
Add item, add Hi-potion
Show message: "You made Hi-Potion"
Play SFX: "Item"
[else]
Show message: "You are missing a needed item"
[else]
Show message: "You are missing a needed item"
[end event]