
12-16-2001, 06:34 PM
|
|
man with the mastahplan
|
 |
Join Date: Apr 2001
Location: Half-way over the river styx
Posts: 4,422
|
|
|
function corruptactions() {
// Corrupt auto admin code goes here
}
this.corrupt = random(1,100);
if (this.corrupt>90) {
corruptactions();
} |
|
|
|