usr.verbs += new/Skill/verb/Transform(usr)
usr.verbs += new/Skill/verb/Transform(oview(1))
usr.verbs += new/Skill/verb/Transform()
new/Skill/verb/Transform(usr)
which will work?
it wont seem to show up under statpanel in game
Copyright © 2024 BYOND Software.
All rights reserved.
usr.verbs += /Skill/verb/Transform
...Assuming that /Skill is a valid datum, and that /Skill/verb/Transform is a valid type-path.
Hiead