P3D-Legacy/P3D/Content/Data/Scripts/fortune/dot/ent.dat

19 lines
992 B
Plaintext

version=2
@text.show(The door doesn't~budge at all.*Check it more thoroughly?)
@options.show(Yes,No)
:when:Yes
@text.show(On closer inspection,~there are several~dots on the door...)
@text.setfont(braille)
@text.show(cut)
:if:<pokemon.hasattackinparty(15)>>-1
@text.show(<pokemon.name(<pokemon.hasattackinparty(15)>)> used cut!)
@sound.play(destroy)
@register.register(dotcut)
@entity.remove(21)
@entity.warp(20,24,0,24)
:end
:endif
:endwhen
:end