CrownsB
icon='Items.dmi'
icon_state="Crowns"
name="Crowns"
amount=0
New()
amount+=round(rand(2,10))
name="[amount] Crowns"
I've tried using sleep(1200) and it works, but I'm not sure how to use the del() function to make it delete itself. Any help is appreciated!