ID:179370
 
ok, here is my problem. I have a set verbs that only the host is supposed to get, so therefore in the login proc I have it add the verbs to the first person logging on and it works fine... until I change the view to -1, then it won't add the "special" verbs. I will post my code so you can see what I have. Any pointers would be helpful!
Login()
     if(HOST == 1)
          src.ishost = 1
          for(var/V in typesof(/mob/HOST/verb))
               src.verbs += V
     HOST++
     ..()

HOST is a global verb I am using. Just to recap, these add fine until my view changes to -1. Thanks.
hmn
In response to SSJ4_Gohan_Majin
"hmm"?
what kind of reply is "hmm"

as for the view thing, why do you set your view to -1?