I am using this as a alternative to the old fashioned level up to gain skills for my game Spirit Desolation I am aware that this is a old demo but I love the classics anyway this is my issue when I click the verb it is supposed to change my view to the skill tree but its not doing it
mob
verb
SkillTree()
if(Skill_Tree)
for(var/I in client.images) if(I)
del I
client.eye = src
Skill_Tree = 0
return
src << "You are now viewing the Skill Tree."
Skill_Tree = 1
client.eye = locate (11,151,2)
Refresh_Skilltree()
any help with this would be really be appreciated