From 49dbe47290300cbdfc47eed2774896d7f1b6dc6a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 27 Sep 2015 21:25:02 +0300 Subject: Replace npcspeed to .speed --- npc/functions/npcmovegraph.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/functions/npcmovegraph.txt') 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") { -- cgit v1.2.3-70-g09d2