P3D-Legacy/P3D/Content/Data/Scripts/kolben/randomscreen.dat

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