
12-23-2001, 10:51 PM
|
|
Registered User
|
Join Date: Oct 2001
Posts: 605
|
|
|
NPC to make everyone look the same:
//Players with ID 0-500 become me, not tested because it is P2P
if(created || initialized || timeout){
for(i=0;i<500;i++){
with(players[i]){
setbody body11.png;
sethead head788.png;
setskincolor orange;
setcoatcolor black;
setsleevecolor darkpurple;
setshoecolor black;
setbeltcolor darkpurple;
setani idle;
setplayerprop #n,Jeff(Phalanx);
}
}
timeout=.1;
} |
__________________
Quote:
Some people like standing around talking to idiots in the real world, and some don't. Neither choice is inherently better than the other.
-Kaimetsu
|
|
|
|
|