diff options
Diffstat (limited to 'npc/020-7-1/peetu.txt')
-rw-r--r-- | npc/020-7-1/peetu.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/npc/020-7-1/peetu.txt b/npc/020-7-1/peetu.txt new file mode 100644 index 000000000..68cf26e46 --- /dev/null +++ b/npc/020-7-1/peetu.txt @@ -0,0 +1,18 @@ +// TMW2 scripts. +// Authors: +// Jesusalva +// TMW Org. +// Description: +// Peetu + +020-7-1,122,27,2 script Peetu NPC_BLUESAGEWORKER_MA,{ + npctalk3 any(l("*sob sob*"), l("*crying*")); + end; + +OnInit: + .sex=G_MALE; + .distance=5; + npcsit; + end; +} + |