mob
var
-hunger= 100
-thirst= 100
-health= 100
Login()
-sleep(300)
-world << "I'm Thirsty."
-usr.thirst -= 10
-sleep(600)
-world << "I'm getting Thirsty."
-thirst -= 10</b>
Problem description: Im trying to get the timer working. I need two things, first, it wont work. reads NO errors though. Second I need a way that it starts when player logs in, not sure if the New() command works for this? And I need a way that it will repeat the same code over and over. Thanks guys, I love this so far :)
and how do i del two objects at the same time? for instance, i want to make player load pistol, but also del ammo at the same time. How? so many questions...