beeki

currentLookType

Dec 25th, 2012
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.41 KB | None | 0 0
  1. function onSay(cid, words, param)
  2. local o = getCreatureOutfit(cid)
  3.     return doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "<look type =\"".. o.lookType .."\" head =\"".. o.lookHead .."\" body =\"".. o.lookBody .."\" legs =\"".. o.lookLegs.."\" feet =\"".. o.lookFeet .."\" addons =\"".. o.lookAddons .."\"/>")
  4. end
  5.  
  6. --<talkaction log="yes" access="5" words="/looktype" event="script" value="outfit.lua"/>
Advertisement
Add Comment
Please, Sign In to add comment