summaryrefslogtreecommitdiff
path: root/npc/008-1/oscar.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/008-1/oscar.txt')
-rw-r--r--npc/008-1/oscar.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/008-1/oscar.txt b/npc/008-1/oscar.txt
index 6668ea1e..d7c2f6d5 100644
--- a/npc/008-1/oscar.txt
+++ b/npc/008-1/oscar.txt
@@ -1,20 +1,20 @@
-// Evol scripts.
+// The Mana World scripts.
// Author:
// Micksha
// Description:
// Oscar the farmer.
-// THIS IS A PLACEHOLDER!
+// THIS IS A PLACEHOLDER! Read Dimond Chef before editing.
-008-1,160,77,0 script Oscar#008-1 NPC_CAUL,{
+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."),
- lg("Now I remain poor and unemployed.");
+ l("Now I remain poor and unemployed.");
close;
OnInit:
.bodytype = BODYTYPE_3;
- .distance = 2;
+ .distance = 4;
end;
}