ID:266642
 
global
New()
..()
Calendar()
global/proc/Calendar()
Month = "January"
sleep(500)
Month = "February"
sleep(500)
Month = "March"
sleep(500)
usr.Month = "April"
sleep(500)
Month = "May"
sleep(500)
Month = "June"
sleep(500)
Month = "July"
sleep(500)
Month = "August"
sleep(500)
Month = "September"
sleep(500)
Month = "October"
sleep(500)
Month = "November"
sleep(500)
Month = "December"
sleep(500)
Year += 1
Calendar()

Stat()
statpanel("Status")
stat("Month",Month)
stat("Year",Year)
How do I add that
Justin Sun wrote:
global
New()
..()
Calendar()
global/proc/Calendar()
Month = "January"
sleep(500)
Month = "February"
sleep(500)
Month = "March"
sleep(500)
usr.Month = "April"
sleep(500)
Month = "May"
sleep(500)
Month = "June"
sleep(500)
Month = "July"
sleep(500)
Month = "August"
sleep(500)
Month = "September"
sleep(500)
Month = "October"
sleep(500)
Month = "November"
sleep(500)
Month = "December"
sleep(500)
Year += 1
Calendar()

Stat()
statpanel("Status")
stat("Month",Month)
stat("Year",Year)
How do I add that

proc/calender()
//put your proc here

var/Month = "blah" //set the starting month

world
New
..()
Calender()

mob/Stat()
statpanel("Status")
//stat stuff here