Difference between revisions of "Quest Tutorial"
Jump to navigation
Jump to search
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> | ||
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> | ||