Thread Tools Display Modes
Prev Previous Post   Next Post Next
10-29-10, 12:16 AM   #1
Yksrep
A Fallenroot Satyr
AddOn Author - Click to view addons
Join Date: Aug 2009
Posts: 21
Slash Command

I had this code working recently but for some reason it's not working any more, can someone help me out with it

Code:
SLASH_POINTME1 = '/pointme'; 
function SlashCmdList.POINTME1(msg, editbox) 
 print("Please Select and option from the list and retype /pointme and the option eg /pointmehelp");
 print("  ")
 print("Point Me help: /pointmehelp");
 print("  ");
 print("POI Suggestions or Corrections: /pointmecorrect");
end
  Reply With Quote
 

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Slash Command

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off