Add Rynyk, new character near pizzeria. Mainly to show off dress.^^
This commit is contained in:
parent
d0a28e5ea3
commit
e07f077ab3
|
@ -358,6 +358,25 @@
|
|||
---
|
||||
|
||||
|
||||
- chat: Rynyk
|
||||
- Hey there!
|
||||
- label: entrypoint
|
||||
- if: "$$player_oxygen_seconds <= 1000"
|
||||
HELP! I NEED OXYGEN!:
|
||||
- Oh no! You better get to the pizzeria fast, Nox can fill up your tank!
|
||||
- goto: EXIT
|
||||
- That is a magnificent dress, if I may say so!:
|
||||
- Aw, thank you!
|
||||
- I made the AR Avatar myself.
|
||||
- It's in the common library, you can try it on if you want! [Press ESC]
|
||||
- goto: entrypoint
|
||||
- Well, see you around.:
|
||||
- Later!
|
||||
|
||||
|
||||
---
|
||||
|
||||
|
||||
- chat: Luna
|
||||
- "if $$player_suit_health_percent < 100":
|
||||
- Holy shit! Look at all those scratches and tears on your suit!
|
||||
|
|
|
@ -411,7 +411,6 @@ actor 13200 300 -3000 hollow_asteroid
|
|||
wants matchvelocitywith cultasteroid
|
||||
name "River"
|
||||
chatid River
|
||||
armodel suit_ar_dress
|
||||
rotationy 54
|
||||
pronoun she
|
||||
actor 6 11 4 lightorb
|
||||
|
@ -499,6 +498,15 @@ actor -3300 10 0 pizzeria
|
|||
density 500
|
||||
angularmomentum 0 0 0.2
|
||||
pointofinterest yes
|
||||
actor -133 5 14 suitv2
|
||||
template person
|
||||
relativeto pizzeria
|
||||
wants matchvelocitywith pizzeria
|
||||
name "Rynyk"
|
||||
chatid Rynyk
|
||||
armodel suit_ar_dress
|
||||
rotationy 54
|
||||
pronoun she
|
||||
actor 60 60 -23 pizzasign
|
||||
name "Pizzeria Sign"
|
||||
relativeto pizzeria
|
||||
|
|
Loading…
Reference in a new issue