var/flypower = "100"
verb/Fly()
usr<<"you have [flypower] fly points"
usr.density=0
sleep(flypower*10)
usr<<"fly points have ran out"
usr.density=1
Problem description:I want the player to fly for
as long as there fly point amount... it not working...