Bartering Tutorial

This will teach you how to combine items together like a shop.
Sort of a Welder or something. Well, here goes.....


Show Message "Hello, what do you wish to forge?"
Show Choice "Super Potion, ETC, ETC"
If Choice is Super Potion,
Show Message "You need a Potion and an Ether to make this"
Show Message "Continue?"
Show Choice "Yes, No"
If Yes,
Fork Option item "Potion" in inventory. [with else case]
[normal]
Fork Option "Ether" in inventory. [with else case]
[normal]
Add Item, Remove Ether
Add Item, Remove Potion
Add item, Add Super Potion
Show Message "You Made A Super Potion"
Play Sound Effect "item"
[else]
Show Message "You Are Missing A Component To Complete Transaction"
[else]
Show Message "You Are Missing A Component To Complete Transaction"
[end event]

You Just Made A Barter!!
To add more items, just put more choices.
With bugs, email Xanafalgue@Black-Waltz.com

    Source: geocities.com/dustinthedrake