ID:157840
 
i've basically made one but i keep havening a problem with the macro. it works once then it doesn't work again till you relog

in the script
macro
Space return "Space"

in the DM
mob/verb/Space()
set hidden = 1
usr.client.perspective = EYE_PERSPECTIVE
usr.client.eye = usr
usr.verbs -= /mob/verb/Space

mob/verb
Skill_Tree()
usr<<output("You haven't moved from the place you're standing, only your sight has changed.", "info")
usr.client.perspective = EYE_PERSPECTIVE
usr.client.eye = locate(58,9,1)
usr.verbs += /mob/verb/Space