mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-31 01:35:20 +02:00
9 lines
438 B
Plaintext
9 lines
438 B
Plaintext
Version=2
|
|
:if:<level.riding>=False
|
|
@player.turnto(0)
|
|
@text.show(Hey! Whoa! Stop!*You can't go out on~the Cycling Road unless you~are riding a~bike or Pokémon.)
|
|
@player.turnto(3)
|
|
@player.move(1)
|
|
:endif
|
|
:end
|