Non-threaded

Forums » Advanced Editor Forum » Read Thread

Get help from the experts on variables, scripts, items, and other scary things.

How can I Combine Items with the Advance Editor?

12 years ago

I don't think it has been suggested before. Combining items would be great and adventurous in my opinion. For an example: Combining yellow herb + green herb + red herb = medic (health). It would be adventurous because the player have to find all the herbs to get the medic. Just a thought.

 

[[note from alexp -- moved from FWW and renamed title]]

How can I Combine Items with the Advance Editor?

12 years ago

You can do this already, using scripting. Just have like a "Combining Page", and when the player goes there create links based on which combination could be made with the items they have. Then when they click the link, the combination gets made (old items are removed and the new one is given to them), and then the link re-directs back to the combination page so they can combine more items if they want.

Or, you could use the global page script to always check for possible combinations, and automatically do it if the player has the right parts.

How can I Combine Items with the Advance Editor?

12 years ago
OR Use my fancy Variable Item Scripting!

How can I Combine Items with the Advance Editor?

12 years ago
Oh! And if you want to see this wonderful little system in action, just look here: Sample VIS Story

How can I Combine Items with the Advance Editor?

12 years ago

Nice!

How can I Combine Items with the Advance Editor?

12 years ago

ive suggested this.