|  | 
 
上一篇:限制组队才能进入此地图脚本下一篇:攻城情报员完整脚本| 首先要在DB里面建立好你想要将此怪物作为宝宝的数据库才可以哈亲! [@main]
 <$USERNAME>你好很高兴我能为你服务\ \
 <购买宝宝[url=]/@baobao>\[/url]
 [@baobao]
 #if
 CHECKSLAVECOUNT < 3
 #say
 你好你可以买以下几种宝宝,你所带宝宝数量不得超过3个\
 购买人型怪BB...200元宝一只,最高买3只\
 <卧龙战将[url=]/@aaaa>\[/url]
 <卧龙魔将[url=]/@bbbb>\[/url]
 <卧龙道尊[url=]/@cccc>\[/url] \
 #elsesay
 对不起你已经有了三个宝宝了\ \
 [@aaaa]
 #if
 CHECKSLAVECOUNT < 3
 #act
 goto @next1
 #elseact
 goto @next3
 [@next1]
 #if
 CHECKGAMEGOLD > 199
 #act
 GAMEGOLD - 200
 goto @next2
 #elseact
 goto @next3
 [@next2]
 #if
 CHECKSLAVECOUNT < 3
 #act
 Gmexecute 召唤属下 卧龙战将 1
 break
 
 [@bbbb]
 #if
 CHECKSLAVECOUNT < 3
 #act
 goto @next1_1
 #elseact
 goto @next3
 [@next1_1]
 #if
 CHECKGAMEGOLD > 199
 #act
 GAMEGOLD - 200
 goto @next2_1
 #elseact
 goto @next3
 [@next2_1]
 #if
 CHECKSLAVECOUNT < 3
 #act
 Gmexecute 召唤属下 卧龙魔将 1
 
 [@cccc]
 #if
 CHECKSLAVECOUNT < 3
 #act
 goto @next1_2
 #elseact
 goto @next3
 [@next1_2]
 #if
 CHECKGAMEGOLD > 199
 #act
 GAMEGOLD - 200
 goto @next2_2
 #elseact
 goto @next3
 [@next2_2]
 #if
 CHECKSLAVECOUNT < 3
 #act
 Gmexecute 召唤属下 卧龙道尊 1
 
 
 [@next3]
 购买人型怪BB...200元宝一只,最高买3只\
 <离开[url=]/@exit>\[/url]
 | 
 |