mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-31 01:35:20 +02:00
8 lines
368 B
Plaintext
8 lines
368 B
Plaintext
version=2
|
|
:if:<register.registered(generator_off)>=True
|
|
:then
|
|
@Text.show(Hahah! The Magikarp are biting!)
|
|
:else
|
|
@Text.show(The Gyarados are angry!*It's a bad omen!)
|
|
:endif
|
|
:end |