P3D-Legacy/P3D/Content/Data/Scripts/azalea/kurt_aggro.dat

16 lines
1.5 KiB
Plaintext
Raw Normal View History

2016-09-07 18:50:38 +02:00
<EFBFBD><EFBFBD>version=2
@Text.show(Hm? Who are you?~<player.name>, eh? You~want me to make~some Balls?*Sorry, but that'll~have to wait.*Do you know Team~Rocket? Ah, don't~worry. I'll tell~you anyhow.*Team Rocket's an~evil gang that~uses Pok<00>mon for~their dirty work.*They're supposed~to have disbanded~three years ago.*Anyway, they're at~the Well, cutting~off Slowpoketails~for sale!*So I'm going to~go give them a~lesson in pain!*Hang on, Slowpoke!~Old Kurt is on his~way!)
:if:<player.position>=3,0,2
:then
@Player.Turn(1)
@Player.Move(2)
@Player.Turn(2)
:endif
@npc.Turn(1,2)
@npc.Move(1,6)
@sound.play(enter)
@NPC.remove(1)
@NPC.register(azalea\kurt.dat|1|remove|1)
@NPC.register(azalea.dat|0|remove|1)
@Register.register(kurt_gone)
:end