Thread Tools Display Modes
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
10-29-10, 01:00 AM   #2
Katae
A Cobalt Mageweaver
AddOn Author - Click to view addons
Join Date: Jun 2007
Posts: 208
function SlashCmdList.POINTME1

Take out that 1 and it should work.
  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