Thread: Timer issues
View Single Post
  #6  
Old 01-25-2010, 12:16 AM
Ozzara
Fire Beetle
 
Join Date: May 2009
Location: I want to play EQ!
Posts: 7
Default

It seems that while using Georges Tools, Quest Editor it changes my SummonItem to summonitem as soon as i step off the line of code.

I even tried
Code:
quest::SummonItem(5555,1);
again step of the line of code and it reverts it to
Code:
summonitem(5555,1);
Reply With Quote