diff options
Diffstat (limited to 'npc/001-2-36')
-rw-r--r-- | npc/001-2-36/hector.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/001-2-36/hector.txt b/npc/001-2-36/hector.txt index d25ca9e3..3b16ca10 100644 --- a/npc/001-2-36/hector.txt +++ b/npc/001-2-36/hector.txt @@ -449,6 +449,7 @@ OnInit: .currentWaveLevel = 1; .fightingActive = 0; + // TODO FIXME translation // here input some sentences "hello noob" like, the npc pick randomly a sentence setarray .mockingGreeting$[0], "Hey noob!", "Hey somethingwholooklikeawarrior...", "Sup' chibi."; setarray .mobID[0],0, Dummy, FireDummy, Dummy; // an array of dummies, one for each training |