including files in scripts

aaron

Active Member
while going thru my files, i stumbled upon the chuckisms.xml. i wanted to make a script that would just spam whoever with random crap. i got the random crap part down, but how do make it so it pulls a different chuck norris quote each time?

this is what i got so far
Code:
function main()
{

EQ2Execute /tell soandso blah blah blah
wait 1200

EQ2Execute /tell soandso blah blah blah
wait 1200


}
thanks in advance!
 

Pygar

EQ2Bot Specialist
Heh, I think the version on the svn has some bugs, but my version at home is worked out.

I'll try to remember to update the svn tonight.
 

aaron

Active Member
i started looking in other scripts and i saw...

Code:
#include "${LavishScript.HomeDirectory}/Scripts/xxxxx.iss"
is this a step in the right direction? if it is, how do i get it to pull from chuckisms?
 
Top Bottom