wendaokoujin 发表于 2024-11-25 13:55:12

分享一个灵鹫扫雪的机器人

可能还有一些小错误,但是不影响使用,另外石嫂被砍死了,机器人就不会自动继续了,但是不太常见
#alias snowa {ask shi about 扫雪}
#alias snowd {saoxue}
#alias snows {ask shi about 完成}
#action {酸梅汤已经被喝得一滴也不剩了} {drop tang}
#action {石嫂很嚣张地说道:「做得好,} {
    #if { $char[食物] < 200 } {
      eat gao;
    };

    #if { $char[饮水] < 200 } {
      drink tang;
    };
    #delay 5 {snowa}
}
#action {石嫂说道:「你刚接过任务,等会再来。」} {#delay 5 {snowa}}
#action {你赶快去%*扫一下雪吧} {
    #action {朱天部首领 石嫂(Shi sao)} { snows; };
    #var isover 0;
    #switch {"%1"} {
      #case {"小路"} {
            #action {昊天部首领 余婆婆(Yu popo)}{
                #if { $isover <= 0} {
                  sd;sd;s;#delay 2 {snowd};
                };                  
            };
            #action {雪倒是扫完了,可惜大扫帚却坏了。} {
                #delay 2 {
                  #math isover {$isover + 1};
                  n;nu;nu;zou tiesuo;
                }
            };
            zou tiesuo;
            #math isover {$isover - 1};
      };
      #case {"断魂崖"} {
            #action {昊天部首领 余婆婆(Yu popo)}{
                okLog $isover;
                #if { $isover <= 0} {
                  sd;#delay 2 {snowd};
                };                  
            };
            #action {雪倒是扫完了,可惜大扫帚却坏了。} {
                #delay 2 {
                  #math isover {$isover + 1};
                  nu;zou tiesuo;
                }
            };
            zou tiesuo;
            #math isover {$isover - 1};
      };
      #case {"松林"} {
            #action {雪倒是扫完了,可惜大扫帚却坏了。} {
                #delay 2 { sd;sw;se;}
            };
            nw;ne;nu;#delay 2 {snowd};
      };
      #case {"青石大道"} {
            #action {雪倒是扫完了,可惜大扫帚却坏了。} {
                #delay 2 { sd;sd;sw;se;}
            };
            nw;ne;nu;nu;#delay 2 {snowd};
      };
      #case {"山路"} {
            #action {雪倒是扫完了,可惜大扫帚却坏了。} {
                #delay 2 { se; }
            };
            nw;#delay 2 {snowd};
      };
      #case {"仙愁门"} {
            #action {雪倒是扫完了,可惜大扫帚却坏了。} {l; };
            #delay 2 {snowd};
      };      
      #case {"缥缈峰山脚"} {
            #action {昊天部首领 余婆婆(Yu popo)}{
                #if { $isover <= 0} {
                  sd;sd;#delay 2 {snowd};
                };                  
            };
            #action {雪倒是扫完了,可惜大扫帚却坏了。} {
                #delay 2 {
                  #math isover {$isover + 1};
                  nu;nu;zou tiesuo;
                }
            };
            zou tiesuo;
            #math isover {$isover - 1};
      };      
      #case {"百丈涧"} {
            #action {昊天部首领 余婆婆(Yu popo)}{
                #if { $isover <= 0} {
                  #delay 2 {snowd};
                };                  
            };
            #action {雪倒是扫完了,可惜大扫帚却坏了。} {
                #delay 2 {
                  #math isover {$isover + 1};
                  zou tiesuo;
                }
            };
            zou tiesuo;
            #math isover {$isover - 1};
      };
      
    };
};


页: [1]
查看完整版本: 分享一个灵鹫扫雪的机器人