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