P3D-Legacy/P3D/Content/Data/Scripts/darkcave/black_glasses.dat

13 lines
910 B
Plaintext

version=2
:if:<register.registered(got_blackglasses)>=false
:then
@Text.Show(Whoa! You startled~me there!*I had my Black~Glasses on, so I*didn't notice you~at all.*What am I doing~here?*Hey, don't you~worry about it.*I'll give you a~pair of Black~Glasses, so forget~you saw me, OK?)
@Item.Give(102,1)
@Item.MessageGive(102,1)
@Register.register(got_blackglasses)
:else
@Text.Show(Black Glasses ups~the power of dark-type~moves.)
:endif
:end