19 lines
762 B
Plaintext
19 lines
762 B
Plaintext
version=2
|
|
:if:<pokemon.additionaldata(0)>=heat
|
|
@entity.remove(10)
|
|
:endif
|
|
:if:<pokemon.additionaldata(0)>=fan
|
|
@entity.remove(11)
|
|
:endif
|
|
:if:<pokemon.additionaldata(0)>=frost
|
|
@entity.remove(12)
|
|
:endif
|
|
:if:<pokemon.additionaldata(0)>=wash
|
|
@entity.remove(13)
|
|
:endif
|
|
:if:<pokemon.additionaldata(0)>=mow
|
|
@entity.remove(14)
|
|
:endif
|
|
@level.update
|
|
@screen.fadein
|
|
:end |