diff options
Diffstat (limited to 'npc/004-1/anwar.txt')
-rw-r--r-- | npc/004-1/anwar.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/npc/004-1/anwar.txt b/npc/004-1/anwar.txt new file mode 100644 index 000000000..265ee94c5 --- /dev/null +++ b/npc/004-1/anwar.txt @@ -0,0 +1,12 @@ +// TMW2 Script +// Author: +// TMW Org. +// Jesusalva +// Description: +// Part of Anwar Field quest + +004-1,107,67,0 script Anwar NPC_PLAYER,{ + .@q=getq(TulimsharQuest_AnwarField); + hello; + end; +} |