-
Posts
1688 -
Joined
-
Last visited
-
Days Won
2 -
Feedback
100%
Nezz's Achievements
Single Status Update
-
public void onStart() { useDefaultPaint(true); this.timer = System.currentTimeMillis(); log("I can't believe script writing is this easy! I love learning!"); }
-
-
because it was one of the first scripts I wrote.
useDefaultPaint(true) I had literally zero idea what this did (still don't) and was testing it.
time I use to keep track of how long you're playing (Hence the variable name "timer")
and the log is a generic log from Pandemic's tutorials.
Why are you going through my code, m8.
-