summaryrefslogtreecommitdiff
path: root/npc/003-2
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-2')
-rw-r--r--npc/003-2/eistein.txt2
-rw-r--r--npc/003-2/estard.txt2
-rw-r--r--npc/003-2/lua.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/npc/003-2/eistein.txt b/npc/003-2/eistein.txt
index ce9f6587b..c846c7f52 100644
--- a/npc/003-2/eistein.txt
+++ b/npc/003-2/eistein.txt
@@ -65,7 +65,7 @@
close;
OnInit:
- .@npcId = getnpcid(0, .name$);
+ .@npcId = getnpcid(.name$);
setunitdata(.@npcId, UDT_HEADTOP, GraduationCap);
setunitdata(.@npcId, UDT_HEADMIDDLE, SilkRobe);
setunitdata(.@npcId, UDT_WEAPON, DeepBlackBoots);
diff --git a/npc/003-2/estard.txt b/npc/003-2/estard.txt
index b03c9e31f..953001b8c 100644
--- a/npc/003-2/estard.txt
+++ b/npc/003-2/estard.txt
@@ -115,7 +115,7 @@
close;
OnInit:
- .@npcId = getnpcid(0, .name$);
+ .@npcId = getnpcid(.name$);
setunitdata(.@npcId, UDT_HEADTOP, BowlerHat);
setunitdata(.@npcId, UDT_HEADMIDDLE, CreasedShirt);
setunitdata(.@npcId, UDT_HEADBOTTOM, JeansChaps);
diff --git a/npc/003-2/lua.txt b/npc/003-2/lua.txt
index ca4bc5627..c59ddfce3 100644
--- a/npc/003-2/lua.txt
+++ b/npc/003-2/lua.txt
@@ -198,7 +198,7 @@ L_Close:
close;
OnInit:
- .@npcId = getnpcid(0, .name$);
+ .@npcId = getnpcid(.name$);
setunitdata(.@npcId, UDT_HEADTOP, NPCEyes);
setunitdata(.@npcId, UDT_HEADMIDDLE, GMRobe);
setunitdata(.@npcId, UDT_HEADBOTTOM, LousyMoccasins);