9 lines
774 B
Plaintext
9 lines
774 B
Plaintext
version=2
|
|
:if:<register.registered(r2nugget)>=False
|
|
@text.show(Wow, I'm surprised~to see you here!*You're the first visitor~I've had in a long time.*I'm super happy!*Let me give you a little present.)
|
|
@item.give(36,1)
|
|
@item.messagegive(36,1)
|
|
@register.register(r2nugget)
|
|
:endif
|
|
@text.show(That's a Nugget.*I can't give you any~Nuggets of wisdom,~so that'll have to do!)
|
|
:end |