Advertisement
Guest User

Untitled

a guest
Sep 27th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. @lock/use me=me
  2. @set me=!no_command
  3. @desc me=[u(do_descme)]
  4. &DO_DESCME %!=[iter(v(curdesc),u(me/d_[##]))]
  5. &DO_ADDDESC %!=$..add *=*:&d_[%0] me=%1;&desclist me=[setunion(v(desclist),%0)];@pemit/silent me=Description "%0" stored.
  6. &DO_REMDESC %!=$..rem *:&d_[%0] me;&desclist me=[remove(v(desclist),%0)];@pemit/silent me=Description "%0" removed.
  7. &DO_LISTALL %!=$..list:@pemit/silent me=[repeat(-,77)]%r[ansi(hw,Descriptions stored:)]%r[repeat(_,77)]%r[columns(u(desclist),18,4,c,,,|,|,|,0,,,1)]%r[repeat(-,77)]
  8. &DO_LISTDESC %!=$..list *:@pemit/silent me=Description "%0":%r[u(me/d_[%0])]
  9. &DO_SETDESC %!=$..set *:&curdesc me=%0;@pemit/silent me=Current Description set to %0
  10. &DO_STATUS %!=$..status:@pemit/silent me=Current Description is: [u(curdesc)]
  11. &DO_DESCHELP %!=$..desch:think [ansi(hr,---)][ansi(hw,MeDesc Help)][ansi(hr,[repeat(-,64)])]%r[ansi(hc,Usage:)] %r%t [ansi(hw, ..add <name>=<text>)] %r%t [ansi(hw, ..rem <name>)] %r%t [ansi(hw, ..list)] %r%t [ansi(hw, ..list <name>)] %r%t [ansi(hw, ..set <name1> <name2> <name3> <name4> <etc>)] %r%t [ansi(hw, ..status)] %r%r%r[ansi(hw, This is a listing of all the various items and short hand for reference.)] %r%r[ansi(hc,-----Basic Clothing Items-----)]%rBase - The base look for the character. %rJack - Jackets. %rJackL - Long Jackets. %rShirt - Shirt, the next 3 letters after shirt should say what the shirt is. For instance, WRK (work), ROT (rotworm). %rPants - Pants. %rSkirt - Skirts. %rShorts - Shorts or anything at or above the knee in length. %rBoots, Shoes, etc - Shoes, Color first then -PT(pants) -NA(Not Applicable) %rHols - Holster. %rHoodU/D - Hoods. U for up, D for down. %rMask - Masks, the next three letts will say the design/style. Skl - Skull. %rShem - Shemagh %r%r[ansi(hc,-----Colors-----)] %r [ansi(hw,The first letter after the base\, separated by a hyphen\, will be the color. \(Ex: Base-O. Base is the Item\, O is for Orange\, meaning probably lipstick in this case\).)] %rO - Orange. %rR - Reds, such as Crimson. %rG - Greens, such as Olive. %rK - Kahki's and other lighter browns. %rW - White and Off-white. %rB - Black and near black. %rP - Purples. %rL - Blues. %r%r[ansi(hc,-----Other Options-----)] %r [ansi(hw,The other options can vary where they are\, and sometimes there will be several. They will always be after the color.)] %rT - Tight. %rL - Loose. %rC - Closed (Such as a jacket open or closed). %rO - Open (Such as a jacket open or closed). %r[ansi(hr,[repeat(-,78)])]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement