summaryrefslogtreecommitdiff
path: root/npc/functions/npcmovegraph.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/npcmovegraph.txt')
-rw-r--r--npc/functions/npcmovegraph.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/npcmovegraph.txt b/npc/functions/npcmovegraph.txt
index 7e0761aa..4ae7abcd 100644
--- a/npc/functions/npcmovegraph.txt
+++ b/npc/functions/npcmovegraph.txt
@@ -170,7 +170,7 @@ function script execmovecmd {
}
else if (.@cmd$[0] == "speed")
{
- npcspeed atoi(.@cmd$[1]);
+ .speed = atoi(.@cmd$[1]);
}
else if (.@cmd$[0] == "say")
{