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
|
pronoun it
|
||||||
chat pizzeria
|
chat pizzeria
|
||||||
name "Space Pizza™"
|
name "Space Pizza™"
|
||||||
msg 2 INIT hi "Requesting permission to communicate..."
|
msg 4 INIT cool "Welcome to Space Pizza™, best pizza around the Main Ring!"
|
||||||
lvl info
|
msg 4 cool order "Great to see a customer, we don't get many lately"
|
||||||
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 50 order special "Would you like to order today's special?"
|
msg 50 order special "Would you like to order today's special?"
|
||||||
choice 3 special whatsthespecial "What's the special?"
|
choice 3 special whatsthespecial "What's the special?"
|
||||||
msg 4 whatsthespecial pineapple "Suspicious Spacefunghi"
|
msg 4 whatsthespecial pineapple "Suspicious Spacefunghi"
|
||||||
|
@ -296,9 +294,7 @@ actor -300 0 40 suit
|
||||||
collider capsule 2 1
|
collider capsule 2 1
|
||||||
chat drifter
|
chat drifter
|
||||||
name "Drifter"
|
name "Drifter"
|
||||||
msg 5 INIT noresponse "Requesting permission to communicate..."
|
msg 2 INIT dead "Error: No response"
|
||||||
lvl info
|
|
||||||
msg 2 noresponse dead "Error: No response"
|
|
||||||
lvl info
|
lvl info
|
||||||
msg 15 dead outcold "No life signs detected"
|
msg 15 dead outcold "No life signs detected"
|
||||||
lvl info
|
lvl info
|
||||||
|
|
Loading…
Reference in a new issue