P3D-Legacy/P3D/Content/Data/Scripts/goldenrod/leader_badge.dat

12 lines
726 B
Plaintext

version=2
:if:<register.registered(defeat_whitney_2)>=False <and> <register.registered(defeat_whitney_1)>=True
@Register.register(defeat_whitney_2)
@npc.Turn(4,1)
@npc.Move(4,1)
@npc.Turn(4,0)
@Text.show(Oh, no. You made~Whitney cry.*It's OK. She'll~stop soon. She~always cries when~she loses.)
@npc.Turn(4,3)
@npc.Move(4,1)
@npc.Turn(4,1)
:endif
:end