View Single Post
  #6  
Old 09-05-2002, 05:10 PM
WanDaMan WanDaMan is offline
Master Tux
WanDaMan's Avatar
Join Date: Aug 2002
Location: England, United Kingdom
Posts: 5,571
WanDaMan is a jewel in the roughWanDaMan is a jewel in the rough
Send a message via MSN to WanDaMan
Smile

A simple 1
NPC Code:

if (playerenters||timeout){
showimg 1,light2.png,this.x,this.y;
changeimgcolors 1,random(.1,1),random(.1,1),0,.99;
this.x=random(0,60);
this.y=random(0,60);
timeout=0.05;}


i think thats right not sure x.x
Im a newby
__________________
V$:CONFL16T
Reply With Quote