local didian=GetVariable ("didian");
local ck=GetVariable ("chukou");
local chukou="";
local lz="";
local i=math.floor (MtRand() * 6);
if i==0 then chukou="east" end
if i==1 then chukou="northeast" end
if i==2 then chukou="southeast" end
if i==3 then chukou="west" end
if i==4 then chukou="northwest" end
if i==5 then chukou="southwest" end
if didian=="武当广场" then
if chukou=="west" then lz="east" end
if chukou=="east" then lz="west" end
if chukou=="northwest" then lz="southeast" end
if chukou=="northeast" then lz="southwest" end
if chukou=="southwest" then lz="northeast" end
if chukou=="southeast" then lz="northwest" end
SetVariable ("laizi",lz);
Send (chukou)
Send ("zhenfa")
end;