View Single Post
  #3  
Old 07-07-2010, 01:42 PM
sithouse
Fire Beetle
 
Join Date: Apr 2006
Posts: 3
Default

yes, it's work now when i copy your code to my formula .
And I know why it's not work

If the formula quest::setglobal("myglobal") before
Add the row " quest::delglobal("myglobal")
the qglobals can not work

And when I comment that quest::delglobal("myglobal") by #
the qglobals is normally work now

thank you to reslove my question.

But I saw many pl files which related the Quest "Hollowshade War" in Hollowshade Moor
Write the formula by
Code:
quest::delglobal("defder1");
quest::setglobal("defder1",1,3,"F");
So the quest was not work normally
And I also commented the delgloobal
The quest work normally.
Reply With Quote