Update talking_npc.py
This commit is contained in:
parent
eb4be28d88
commit
849f4bde71
1 changed files with 2 additions and 1 deletions
|
|
@ -64,7 +64,8 @@ def info1(caller):
|
|||
|
||||
options = ({"desc": "Sure, *I* do, not sure how you do though. You are just an NPC.",
|
||||
"goto": "info3"},
|
||||
{"desc": "Sure I do. What's yer name, NPC?"},
|
||||
{"desc": "Sure I do. What's yer name, NPC?",
|
||||
"goto": "info2"},
|
||||
{"desc": "Ok, bye for now then."},
|
||||
{"goto": "END"})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue