P3D-Legacy/P3D/Content/Data/Scripts/floe/daycare_pokemon.dat

23 lines
976 B
Plaintext
Raw Normal View History

2016-09-07 18:50:38 +02:00
<EFBFBD><EFBFBD>version=2
:if:<daycare.haspokemon(2)>=true
:if:<daycare.hasegg(2)>=true
@npc.warp(0,11,1,9)
:endif
:if:<daycare.countpokemon(2)>>0 <and> <daycare.pokemonid(2,0)>>0
@npc.wearskin(4,[Pok<00>mon|<daycare.shinyindicator(2,0)>]<daycare.pokemonid(2,0)>)
@npc.warp(4,11,1,3)
:endif
:if:<daycare.countpokemon(2)>>1 <and> <daycare.pokemonid(2,1)>>0
@npc.wearskin(5,[Pok<00>mon|<daycare.shinyindicator(2,1)>]<daycare.pokemonid(2,1)>)
@npc.warp(5,14,1,4)
:endif
:endif
:end