Levitate()
icon_state = "levitation"
usr << "You begin to hover in the air"
density = 0
sleep(25)
density = 1
usr << "You stop levitating"
If this helps then:
usr << "You can now use Levitation."
verbs += /mob/Power/verb/Levitate
if(class == "Witch" && witchtype == "Premonition" && maxpower>=1000000)
verbs += /mob/Power/verb/Premonition
verbs += /mob/Power/verb/Fly
verbs += /mob/Power/verb/Levitate
Problem description: When i press run and ge tthe levitating power there isnt a button that allows you to llevitate. Have i missed something out?