mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-31 01:35:20 +02:00
8 lines
380 B
Plaintext
8 lines
380 B
Plaintext
version=2
|
|
@text.show(This rock looks like~it can be broken!*Do you want to use Rock Smash?)
|
|
@options.show(Yes,No)
|
|
:when:Yes
|
|
@entity.remove(0)
|
|
@entity.warp(1,3,-0.375,3)
|
|
:endwhen
|
|
:end |