mesh 脚本不能用怎么办?
'发送给脚本引擎'不能被执行,因为脚本已被禁用。function mybuy( sth )
if sth == "酒袋" then he jiudai
elseif sth == "鸡腿" then eat jitui
elseif sth == "干粮" then eat liang
else sth == "漂亮MM" then kiss mm --这个是我乱说的.呵,调节一下气氛
end
end'发送给脚本引擎'不能被执行,因为脚本已被禁用。
请问错出在哪?谢谢
北大侠客行MUD,中国最好的MUD if sth == "酒袋" then he jiudai
he jiudai这个动作需要自己实现 谢谢。那要自动做该怎么实现? "'发送给脚本引擎'不能被执行,因为脚本已被禁用。"
这个问题怎么解决呀? function mybuy( sth )
if sth == "酒袋" then
Execute("drink jiudai")
elseif sth == "鸡腿" then
Execute("eat jitui")
elseif sth == "干粮" then
Execute("eat liang")
else sth == "漂亮MM" then
Execute("kiss mm") --这个是我乱说的.呵,调节一下气氛
end
end 谢谢littleknife
页:
[1]