mahlendur/miranda/Randolph.dia
Daniel Heße 892a40ff0f Initial commit with Subversion-codebase from 13/05/2022.
Cleaned up the mess, at this time, only viable data get synced (_work directory for Gothic-data, miranda for mdc-scripts.
Need to symlink files to a working directory.
2022-05-13 17:38:52 +02:00

34 lines
580 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);
%%