View Single Post
  #24  
Old 07-09-2009, 12:37 PM
Shendare
Dragon
 
Join Date: Apr 2009
Location: California
Posts: 814
Default

Just for clarification, in case it's a punctuation issue you're running into, the #scribespells command must be entered exactly as follows:

#scribespells 70 65

No parentheses or commas.

The quest::scribespells function should be called exactly as follows:

Code:
sub EVENT_SAY
{
  quest::scribespells(70,65);
}
No # symbol before 'quest' or space before the parenthesis, and followed by a semicolon.
Reply With Quote