i.e
world/proc/Weather()
spawn while(1)
world << "The sun rises in the east."
sleep(500)
world << "The noon day sun rises high in the sky."
sleep(500)
world << "The sun sinks low in the west."
sleep(1000)
now this i thought would be auto but for some reason it isnt anyone have any ideas
ID:159216
Apr 18 2009, 2:06 pm (Edited on Apr 18 2009, 2:12 pm)
|
|
Apr 19 2009, 3:31 am
|
|
cheers so it would work for stuff like i.e trying to make an auto tourney ? and also ty
|