Difference between revisions of "A beginner's guide, lesson 6 - Quest Dialogue"

Jump to navigation Jump to search
→‎Adding Topics: editing table
imported>Pyrocow2
(→‎Conditions: Editing English)
imported>Pyrocow2
(→‎Adding Topics: editing table)
Line 848: Line 848:
|-
|-
!  CONDITIONS
!  CONDITIONS
| GetIsRace Argonian == 0 etc.<br>
|
GetInCell ‘IC’ == 1<br>
* GetIsRace 'Argonian' == 0, etc.<br>
GetInFaction ‘ICFaction’ == 1<br>
* GetInCell 'IC' == 1<br>
GetIsID BGVilanusVilla == 0<br>
* GetInFaction 'ICFaction' == 1<br>
GetStage BGM001 < 10<br>
* GetIsID 'BGVilanusVilla' == 0<br>
* GetStage 'BGM001' < 10<br>
|-
|-
!  ADD TOPICS
!  ADD TOPICS
| BGVilanusVilla (in add topic box)
|
* BGVilanusVilla
|-
|-
!  RESULT SCRIPT
!  RESULT SCRIPT
|  SetStage BGM001 10 (compile)
|
  SetStage BGM001 10
|}   
|}   
I'll use these summaries throughout these tutorials as a direction for you to use. I have used this table as a template when planning my own quests and found them really useful. Remember if you get stuck refer to the PLAY TEST version to see how it should look.
I'll use these summaries throughout these tutorials as a direction for you to use. I have used this table as a template when planning my own quests and found them really useful. Remember if you get stuck refer to the PLAY TEST version to see how it should look.
Anonymous user

Navigation menu