mahlendur/miranda/Randolph.dia
Daniel Heße a70fd901b9 Minor commit:
Changed encoding of files UTF-8 --> Windows-1252.

Known Issues:
Mixed up ä/ö
2022-05-27 17:23:47 +02:00

34 lines
578 B
Text

person: BAU_240_Randolph, 5
info: Exit
info: noTalk
flags: important, permanent
condcode: Npc_IsInState (hero, ZS_TALK)
<Nicht jetzt. Hab' keine Zeit für Smalltalk.
info: letsFight
condcode: randolphStarted == TRUE
flags: important
<Soso, du willst also kämpfen?
<Na, dann komm her!
%
opt: letsWait
>Einen Moment noch..!
<Was? Na warte, dir gebe ich einen Moment!
$END
!B_Attack(self, hero, AR_NONE, 1);
opt: letsStart
>Dann mal los!
!AI_ReadyMeleeWeapon(hero);
<Okay! Zeig mal, was du drauf hast!
!AI_ReadyMeleeWeapon(self);
$END
!B_Attack(self, hero, AR_NONE, 1);
%%