remove "Requesting permission to communicate" to speed up dialogs
This commit is contained in:
parent
3106218f5f
commit
46c2b910a8
10
src/defs.txt
10
src/defs.txt
|
@ -149,10 +149,8 @@ actor -3300 10 0 pizzeria
|
|||
pronoun it
|
||||
chat pizzeria
|
||||
name "Space Pizza™"
|
||||
msg 2 INIT hi "Requesting permission to communicate..."
|
||||
lvl info
|
||||
msg 6 hi cool "Welcome to Space Pizza™, best pizza around the Main Ring!"
|
||||
msg 6 cool order "Great to see a customer, we don't get many lately"
|
||||
msg 4 INIT cool "Welcome to Space Pizza™, best pizza around the Main Ring!"
|
||||
msg 4 cool order "Great to see a customer, we don't get many lately"
|
||||
msg 50 order special "Would you like to order today's special?"
|
||||
choice 3 special whatsthespecial "What's the special?"
|
||||
msg 4 whatsthespecial pineapple "Suspicious Spacefunghi"
|
||||
|
@ -296,9 +294,7 @@ actor -300 0 40 suit
|
|||
collider capsule 2 1
|
||||
chat drifter
|
||||
name "Drifter"
|
||||
msg 5 INIT noresponse "Requesting permission to communicate..."
|
||||
lvl info
|
||||
msg 2 noresponse dead "Error: No response"
|
||||
msg 2 INIT dead "Error: No response"
|
||||
lvl info
|
||||
msg 15 dead outcold "No life signs detected"
|
||||
lvl info
|
||||
|
|
Loading…
Reference in a new issue