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

no edit summary
imported>Pyrocow2
m (→‎Locating the Cottage: suggesting item)
Tag: Manual revert
 
(3 intermediate revisions by 2 users not shown)
Line 1,366: Line 1,366:
|
|
*GetIsId 'BGCptHubart' == 1
*GetIsId 'BGCptHubart' == 1
*GetStage 'BGM001' >= 20
*'''GetStage 'BGM001' == 20'''
|-
|-
!  ADD TOPICS
!  ADD TOPICS
Line 1,375: Line 1,375:
|
|
  SetStage BGM001 30
  SetStage BGM001 30
|}
Add one more response to this topic in case the player tries to talk to Hubart again after they've been given the key to the cottage, but before they've found it.
{| class="wikitable" border="1" cellpadding="5"
!colspan=2| '''BGCourier'''
|-
!  TOPIC TEXT
|  Courier
|-
!  RESPONSE
"Did you check out the cottage?"
|-
!  CONDITIONS
|
*GetIsId 'BGCptHubart' == 1
*'''GetStage 'BGM001' == 30'''
|-
!  ADD TOPICS
| ''No add topic''
|-
!  RESULT SCRIPT
| ''No script''
|}  
|}  


Anonymous user