ID:270051
![]() Dec 25 2005, 3:10 am
|
|
Hey people, i need to know how to do a proc in every one second, like a loop.Please answer and help me this time ;)
|
Flame Sage wrote:
That really would lag the world, depending on what you were doing. > world/New() It really depends on what you need, can you be more specific? its this proc: mob/proc/check() |
A much easier thing to do, would just call that everytime the PL changes, you could make a proc to make it easier.
mob/proc/alter_powerlevel(var/n as number) |
It really depends on what you need, can you be more specific?