Log in

View Full Version : can I run more than 1 script at once?



theemoslayer
04-05-2012, 08:44 PM
What I'm asking is could I run lets say narcles fast fighter(narcles a pimp) and then write my own script that would pick up loot,or run to the bank. I know I could modify the original, but that script is more complicated than I currently understand.

Archaic
04-05-2012, 08:50 PM
You can only run one script per character--it just wouldn't really work otherwise haha. Your best bet is probably learning a bit of scripting and modifying it yourself, there are some good fighter scripts that pick up drops (from specific monsters) so you could probably use them for a bit of inspiration. Good luck;)

Hitman1531
04-05-2012, 08:56 PM
It would have to be all together in one script.

wmx
04-05-2012, 09:23 PM
Well yes, this is possible.

If you didn't want to modify the other script, what you could do is script a the location you want to walk to the bank and return, and when you wish for it to bank, simply stop the other script, run the other one and one's it's finished go back to running the first one.

Only thing is it'd have to be done manually..