16 lines
1.4 KiB
Plaintext
16 lines
1.4 KiB
Plaintext
version=2
|
|
:if:<register.registered(sudowoodo_removed)>=False
|
|
@Text.show(Wa-hey!*I was going to~snap that tree*with my straight-~arm punch.*But I couldn't!~I'm a failure!)
|
|
:end
|
|
:endif
|
|
|
|
:if:<register.registered(got_rocksmash)>=True
|
|
@Text.show(That happens to be~Rock Smash.*You can shatter~rocks with just a*single well-aimed~smack.*If any rocks are~in your way, just~smash 'em up!)
|
|
:else
|
|
@Register.register(got_rocksmash)
|
|
@Text.show(Did you clear that~wretched tree?*I'm impressed!~I want you to~have this.)
|
|
@item.messagegive(198,1)
|
|
@item.give(198,1)
|
|
@Text.show(That happens to be~Rock Smash.*You can shatter~rocks with just a*single well-aimed~smack.*If any rocks are~in your way, just~smash 'em up!)
|
|
:endif
|
|
:end |