From 8a4bf716002a017de77fe7df301ef8e4aaf00a2e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 9 Apr 2021 11:00:49 -0300 Subject: Initial commit --- npc/008-1/oscar.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 npc/008-1/oscar.txt (limited to 'npc/008-1/oscar.txt') diff --git a/npc/008-1/oscar.txt b/npc/008-1/oscar.txt new file mode 100644 index 00000000..2ea42456 --- /dev/null +++ b/npc/008-1/oscar.txt @@ -0,0 +1,19 @@ +// The Mana World scripts. +// Author: +// Micksha +// Description: +// Oscar the farmer. +// THIS IS A PLACEHOLDER! Read Dimond Chef before editing. + +008-1,160,77,0 script Oscar NPC_CAUL,{ + speech + l("Hi, my name is Oscar."), + l("I used to be a farmer, but my magic attempts were banned by the gouvernment."), + l("Now I remain poor and unemployed."); + + close; + +OnInit: + .distance = 4; + end; +} -- cgit v1.2.3-60-g2f50