Thread: first quest...
View Single Post
  #13  
Old 06-01-2004, 04:11 AM
m0oni9
Hill Giant
 
Join Date: Dec 2003
Posts: 166
Default

Quote:
Originally Posted by Charmy
Note that the NoNeed sub is not in all my scripts...
I have not tried this, but it seems like you would be able to put this elsewhere and call it. For example, in the default script:

Code:
sub NoNeed {
...
}
Then call it from another script:

Code:
else {
  qstdefault::NoNeed ();
}
Again, not tried it out, but seems like it could work.. takers?
Reply With Quote