34 lines
578 B
Text
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);
|
|
%%
|
|
|
|
|
|
|