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
}