Thread: Slash Command
View Single Post
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