Difference between revisions of "Quest Tutorial"

No change in size ,  15:20, 4 April 2006
m
no edit summary
imported>BCampbell
m (minor typos & other proofing)
imported>DeadlyAccurate
m
Line 84: Line 84:
The result script activates when the text finishs. This time we will add a quest to your list, and add the key to the door. The door we haven't made yet.<br>
The result script activates when the text finishs. This time we will add a quest to your list, and add the key to the door. The door we haven't made yet.<br>


Setstate QUEST_NAME INDEX_NUMBER_IN_QUEST_STAGE_WINDOW<br>
Setstage QUEST_NAME INDEX_NUMBER_IN_QUEST_STAGE_WINDOW<br>
Player.additem THE_NAME_OF_THE_KEY 1(The ammount you want to give to the player)<br>
Player.additem THE_NAME_OF_THE_KEY 1(The ammount you want to give to the player)<br>