Jump to content

Book Starting a quest.


JSHT21

Recommended Posts

How would I go about having a book starting a quest when read? I know how to place the book to where I want it, and how to change the text and etc. within the book.

 

Edited after I realized I completely missed everything you said. Haha. Try the quest making tutorials. I'm sure you can add crap to them like any other object.

Edited by ShAd0wC4t
Link to comment
Share on other sites

Under "Quest Property <script name here> Auto" add this:

 

Event OnRead()

<script name here>.SetStage(beginning stage #)

EndEvent

 

Example:

 

Quest Property TestScript Auto

 

Event OnRead()

TestScript.SetStage(10)

EndEvent

 

 

Edited by DeathWarrior
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...