Difference between revisions of "Quest and Dialogue Tutorial"

10 bytes removed ,  05:23, 14 June 2009
imported>Cipscis
(Undo revision 13443 by Reapper77 (Talk))
imported>Henning
Line 492: Line 492:
BEGIN onTriggerEnter player
BEGIN onTriggerEnter player


   if getStage aBHMainQuest == 10
   if getStage aBHQuest == 10
       setStage aBHMainQuest 20
       setStage aBHQuest 20
   endif
   endif


Line 510: Line 510:


These stages will be set in a dialogue. But before we can do it, we must add some dialogue topics.
These stages will be set in a dialogue. But before we can do it, we must add some dialogue topics.


== Dialogue Topics ==
== Dialogue Topics ==
Anonymous user