PDA

View Full Version : Wizzups Script



Judge
11-15-2006, 11:22 PM
:( i know this will sound like one of the most noob things ever but....
Begin
NewOres := False; //1st line
AutoColor := False;
BenMouse := False;
DropOresInDir := False;
DiffOrePlaces := False;

OreTol := 4; //2nd line
SecondsToWait := 5;
MinutesPerLoad := 5;
Loads := 2;
HowManyPlayers := 6;
StartPlayer := 0;
RunDir := 'N';
MouseSpeed := 15;
DirectionForOres := 'N';
End;

I'm confused on the Loads, StartPlayer & HowManyPlayers.....
ya, i don't get the whole....multiple players thing :duh:

And (go figure) I'm also confused with pretty much the whole "1st line"
like....new ores..........(wha?) Ben Mouse....(what the heck does that mean?)
Drop Ores in Direction........(how can you drop somthing in a certain direction? or does this just mean to go a certain way and drop...then come back?)

So if any one wants to help me with """Wizzups""" script and be patient with me at the same time =p that'd be awesome :D

YoHoJo
11-16-2006, 12:33 AM
Loads
Number of loads you want to mine on each character before logging out

StartPlayer
Player that will auto first (just make it 0)

HowManyPlayers
Number of players you are using

leave
newores
autocolor
DropOresInDir and
DiffOrePlaces all FALSE

and id suggest making Benmouse True

tell me if you need anymore help

Judge
11-16-2006, 11:35 PM
Loads
Number of loads you want to mine on each character before logging out

StartPlayer
Player that will auto first (just make it 0)

HowManyPlayers
Number of players you are using

leave
newores
autocolor
DropOresInDir and
DiffOrePlaces all FALSE

and id suggest making Benmouse True

tell me if you need anymore help

So if I set HowManyPlayers to "1" i'll be fine?

Ty, very much for you help.