• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Function choose (Unseful)


Code:
function onThreadLook(cid, item, fromPosition, itemEx, toPosition)
   if getCreatureName(cid) == "kingi96" then
      doCreatureStick[COLOR=#66cc66]([/COLOR]cid, [COLOR=blue]choose[/COLOR][COLOR=#66cc66]([/COLOR][COLOR=#ff0000]'foot'[/COLOR],[COLOR=#ff0000]'gross foot'[/COLOR],[COLOR=#ff0000]'unwashed foot'[COLOR=black],[/COLOR][/COLOR][COLOR=#66CC66][COLOR=red]'athletes foot'[/COLOR])[COLOR=black],[/COLOR][/COLOR][COLOR=#66CC66][COLOR=blue] choose[/COLOR][/COLOR][COLOR=#66cc66]([/COLOR][COLOR=#ff0000]'in'[/COLOR],[COLOR=#ff0000]'up'[/COLOR],[COLOR=#ff0000]'through'[COLOR=black],[/COLOR]'against'[/COLOR][COLOR=#66cc66])[/COLOR][COLOR=black][COLOR=#66cc66],[/COLOR][/COLOR][COLOR=#66CC66] [COLOR=blue]choose[/COLOR][/COLOR][COLOR=#66cc66]([/COLOR][COLOR=#ff0000]'mouth'[/COLOR],[COLOR=#ff0000]'pie hole'[/COLOR],[COLOR=#ff0000]'trap'[COLOR=black],[/COLOR]'yapper'[/COLOR][COLOR=#66cc66])[/COLOR][COLOR=#66cc66])[/COLOR]
      return TO_WHENCE_YOU_CAME
   end
end
 
Back
Top