Thanks you so much WTF I sp4nk! Full credit of course. The Cut_and_burn script is working great! Will post it soon.
One question (may be my noobiness) the player array isn't working, also the loads to work before changing players isn't 100%.
Worked with this quite alot last night and in comparison to some other scripts
this
Code:
Until(LoadsToFinish >= Loads)
if (LoadsToFinish >= Loads) Then
just logs you out regardless of loads.
if i do this to it:
Code:
Until(LoadsToFinish >= Loads*10)
if (LoadsToFinish >= Loads*10) Then
it works for way too long.
also...it never logs in the next player
should nextplayer(fasle)
actually be true?
I am trying to learn quite a bit, and am really edging close to figuring out how the player array should work. Thanks for the wonderful script to learn from again.