ID:263080
 
Code:
            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?

atom.verbs+=verbpath
In response to Mysame
Thank you

EDIT: I put the code in under Levitate with another tab and got two errors saying undefiened var
In response to Master Scar
First of all, you have no idea what I just said
Secondly, you don't know how to use it.
Thirdly, we said this a hundred times to you. If you don't read this you'll be kept stuck in here.