i am a little confused on how to make the (portable) grav lift effect...

Code:
(script dormant Grav_Lift_Effect
    (if (= ( wenever grav lift [equipment tag] is dropped)) true)
        ;would there be a damage modifier here that does the lifting?
    )
)