Thread: Graal Movies
View Single Post
  #47  
Old 09-24-2001, 08:40 AM
Brady2 Brady2 is offline
Registered User
Brady2's Avatar
Join Date: Mar 2001
Location: Phoenix, AZ and Wichita Falls, TX
Posts: 924
Brady2 is on a distinguished road
Jadis:

NPC Code:

if (playerenters||timeout) {
timeout = .05;
this.alpha = 10-this.alpha;
seteffect this.alpha/10,this.alpha/10,this.alpha/10,this.alpha;
}

Reply With Quote