if TriggerStyleRuns[1].textcolour==16777215 then --白色
if string.find("%1","north")~=nil then
city="yanziwu"
roomid=1
else
city="yanziwu"
roomid=6
end
end
if TriggerStyleRuns[1].textcolour==65535 then --黄色
if string.find("%1","west")~=nil then
city="shanzhuang"
roomid=1
elseif string.find("%1","south")~=nil then
city="yanziwu"
roomid=7
else
city="shanzhuang"
roomid=11
end
end
send:
beijing_act = function()
if TriggerStyleRuns[2].textcolour == 16776960 then
run("ask wu jiang about 出城")
end
if TriggerStyleRuns[2].textcolour == 16711680 then
run("ask wu jiang about 进城")
end
end