WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   AddOn Help/Support (https://www.wowinterface.com/forums/forumdisplay.php?f=3)
-   -   Slash Command (https://www.wowinterface.com/forums/showthread.php?t=36364)

Yksrep 10-29-10 12:16 AM

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


Katae 10-29-10 01:00 AM

function SlashCmdList.POINTME1

Take out that 1 and it should work.


All times are GMT -6. The time now is 10:55 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI