Such diese Zeilen in autono.lua:
Code:
if strfind(msg, "water") then
SendChatMessage(REPLY.. AUTONO_WATER[math.random(1,#(AUTONO_WATER))], "WHISPER", nil, arg2);
elseif strfind(msg, "food") then
SendChatMessage(REPLY.. AUTONO_FOOD[math.random(1,#(AUTONO_FOOD))], "WHISPER", nil, arg2);
elseif strfind(msg, "table") then
SendChatMessage(REPLY.. AUTONO_TABLE[math.random(1,#(AUTONO_TABLE))], "WHISPER", nil, arg2);
elseif strfind(msg, "summon") then
SendChatMessage(REPLY.. AUTONO_SUMMON[math.random(1,#(AUTONO_SUMMON))], "WHISPER", nil, arg2);
elseif strfind(msg, "porta?l?") then
und ändere die Begriffe (water, food, table, summon, portal) entsprechend ab.