mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-08-15 23:08:38 +02:00
13 lines
216 B
Plaintext
13 lines
216 B
Plaintext
version=2
|
|
:if:<system.Random(1,1024)>=1
|
|
@pokemon.cry(137)
|
|
@entity.Setvisible(20,1)
|
|
:end
|
|
:endif
|
|
:if:<system.Random(1,800)>=1
|
|
@entity.Setvisible(10,1)
|
|
:end
|
|
:endif
|
|
@entity.Setvisible(<system.Random(11,19)>,1)
|
|
:end
|