View Single Post
  #2  
Old 12-12-2001, 07:44 PM
Kumada Kumada is offline
Ded
Kumada's Avatar
Join Date: Nov 2001
Location: Usa
Posts: 1,088
Kumada is on a distinguished road
Re: Time and Weather

Quote:
Originally posted by cell424
I have a time script that works fine, but I want it to record the hours so it could I could make it rain at certain hours, does anyone have any idea on how to do this?
if (this.time==1){
setbackpal pics1.png;
}

then just use it like this
if (this.time==100){
setbackpal dusk1.png;
}

if (this.time==500){
setbackpal dusk2.png;
}


if (this.time==900){
setbackpal pics1.png
}
__________________
Aim: Mmm Kumada

Reply With Quote