View Single Post
  #3  
Old 02-02-2012, 10:17 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

Also, remember to always quote strings. You have it like this:

Code:
quest::say(Hello);
It should be like this:

Code:
quest::say("Hello");
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote