P3D-Legacy/P3D/Content/Data/Scripts/route30/elm_call.dat

18 lines
1.1 KiB
Plaintext
Raw Normal View History

2016-09-07 18:50:38 +02:00
<EFBFBD><EFBFBD>version=2
:if:<register.registered(elm4)>=true
:then
@register.register(route30_elmcall)
:endif
:if:<register.registered(route30_elmcall)>=false <and> <register.registered(get_egg_mrpokemon)>=true
:then
@player.move(0)
@Text.Show(Pok<00>gear: Prof. Elm~Receiving call.......)
@text.show(H-hello? <player.name>?~It's a disaster!*Uh, um, it's just~terrible!*What should I do?~It... Oh, no...*Please get back~here now!)
@text.show(Click!~...... ...... ......)
@register.register(route30_elmcall)
@npc.register(barktown.dat|2|remove|1)
:endif
:end