summaryrefslogtreecommitdiff
path: root/npc/001-2-41/edouard.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-2-41/edouard.txt')
-rw-r--r--npc/001-2-41/edouard.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/001-2-41/edouard.txt b/npc/001-2-41/edouard.txt
index abb764b7..0e11a53c 100644
--- a/npc/001-2-41/edouard.txt
+++ b/npc/001-2-41/edouard.txt
@@ -11,15 +11,15 @@ function script EdouardCheckChair {
if ((.@map$ != getarg(0)) || (.@x != getarg(1)) || (.@y != getarg(2)))
{
- doevent "Edouard#001-2-41::OnWrongPlace";
+ doevent "Edouard::OnWrongPlace";
}
else if (!issit())
{
- doevent "Edouard#001-2-41::OnNotSit";
+ doevent "Edouard::OnNotSit";
}
else
{
- doevent "Edouard#001-2-41::OnChair";
+ doevent "Edouard::OnChair";
}
close;
@@ -85,7 +85,7 @@ OnInit:
end;
}
-001-2-41,30,29,0 script Edouard#001-2-41 NPC_EDOUARD,{
+001-2-41,30,29,0 script Edouard NPC_EDOUARD,{
function tellStory;
//EdouardCheckChair();
if (!issit())
@@ -144,7 +144,7 @@ OnChair:
switch (@menu)
{
case 1:
- BarberSayStyle 3;
+ BarberSayStyle();
break;
case 2:
BarberChangeStyle;