Parcourir la source

SQUASH: feat(pkuxkx): path.BotStep 现在支持参数了

dzp il y a 1 an
Parent
commit
c14eae026a
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. 1 2
      mud/pkuxkx/plugins/basic/map/path.tin

+ 1 - 2
mud/pkuxkx/plugins/basic/map/path.tin

@@ -201,8 +201,6 @@ event.HandleOnce {map/init} {map/path} {map} {map.path.Init};
 
     event.UnHandle {GMCP.Move} {path.Trace} {pathdir};
 
-    #path stop;
-
     #local step {$name};
     #local count {&args[]};
     #if { $count > 1 } {
@@ -218,6 +216,7 @@ event.HandleOnce {map/init} {map/path} {map} {map.path.Init};
         };
     };
 
+    #path stop;
     #path insert {$step} {$step};
     path.message 已经暂停路径录制,将会在机器人运行结束后自动继续。;
     map.$bot;