Quote
Originally posted by bodadem:
**Can somebody quickly explain quests too me? I am pretty new (I've been trying to figure out coldstone for a few days, and eventually turned here) I don't know how to add quests, or how to have it known that they are completedd...for example.... Lets say i want the player to collect 40 of an item, and bring them to a certain person...HOW???
Thanks in advance.
**
Hi bodadem, Welcome to the boards.
If you want your player to be able to view a quest list, the first thing to do is create an item (book, scroll, sheet of birchbark) and label it something a little more original than "My Quest List" although that would do.
When you double click this item in your items list, you will open the "Item Editor" and in the section for links/use, you will place a task control for each quest you have. If this is for a plug-in, it is best to start each task control with "delete all" and then add in each quest that is pertinent to that point in the game. Conditionals on the left side and Task Controls on the right side of your edit box will keep things in proper order. An Engine Call needs to be placed at the bottom of the left column to access the quest record during play. When the quest is completed, you need to change a global so that the conditional which placed it in your task list is no longer true.
To collect 40 gizmos and bring them to the Gizmo Redemption Center, you need to make a global which will count gizmos. In the gizmo action link (item editor again) which is on the tab for "display" you need a "change global" which adds 1 to the count each time you pick one up. When you get to the Gizmo Redemption Center you need an event that checks your global (conditional: does player possess 40 or more gizmos) and, if true, removes them from inventory and rewards you with the Gizmo Collecting Award. The only way I know to remove 40 gizmos from inventory is to place 40 item wizards in this event which each drop one gizmo. If there is a shortcut to this, I'd like to know it because I've got the same scene in my plug-in.
I hope that has been of some help, post back if you need clarification. Good luck! ~RD
------------------
My Doctor said I was having too much wine, women, and song - so I gave up singing because 2 out of 3 is not so bad.
The (url="http://"http://www.evula.org/rduck/")Kingdom of Garendall(/url) sectional map is easily printed from gif format pages.
Find those areas you missed the first time around. You'll want to explore those hidden areas now made accessible with Spells Expander.