Title says all, anyone help?![]()
Title says all, anyone help?![]()
A bunch o' Writeln 's with variables![]()
For the basics of the basics of pascal, try my TuT. ||Photoshop Editing ||MapleResourceDung Script || Book a flight! BuySellTrip
Assuming you have basic scripting knowledge,..
Simba Code:program Name;
var
LogCuts: Integer; //allows you to save how many logs you have cut
procedure CutLogs;
begin
CutInventoryOfLogs; //cut the logs
IncEx(Logscut, 28); //increase how many logs you have cut by 28 (inventory size)
end;
procedure proggy;
begin
Writeln(TimeRunning); //writes how long script has been running for
writeln('Logs cut' + ToStr(LogsCut)); //writes the value of LogsCut
end;
begin
CutLogs;
proggy;
end.
I would also recommend reading tutorials in the tutorial section.
What about for like CB scripts? I know I could like figure out how much xp per kill, then just multiply the amount of kills buy the xp of one killed, but.... The one I made is a retaliator so I don't really know when one is killed.... Do I say figure out how many kills per minute and killed x time in one minute x xp, and have the proggie "WriteIn" once every minute?
For the basics of the basics of pascal, try my TuT. ||Photoshop Editing ||MapleResourceDung Script || Book a flight! BuySellTrip
Thanks guys
Very welcome!
For the basics of the basics of pascal, try my TuT. ||Photoshop Editing ||MapleResourceDung Script || Book a flight! BuySellTrip
You can also read the xp you have gained from the top right in the mainscreen. Once you start the script open the bar and save the value as starting xp. Then you can ocassionally update it.
http://villavu.com/forum/showthread.php?t=80359 have a look at this tut :P
There are currently 1 users browsing this thread. (0 members and 1 guests)