dodosheep 发表于 2011-11-15 14:12:28

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

zztuzki 发表于 2011-11-15 19:02:27

if sth == "酒袋" then he jiudai
he jiudai这个动作需要自己实现

dodosheep 发表于 2011-11-15 20:40:43

谢谢。那要自动做该怎么实现?

dodosheep 发表于 2011-11-15 21:04:56

"'发送给脚本引擎'不能被执行,因为脚本已被禁用。"

这个问题怎么解决呀?

littleknife 发表于 2011-11-15 23:25:26

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

dodosheep 发表于 2011-11-16 23:59:14

谢谢littleknife
页: [1]
查看完整版本: mesh 脚本不能用怎么办?