ID:266534
 
Does anyone know how to like make a code for to subtract the Stat panels and how do you make a verb that allows you to choose to be one of your workers?
[Edit]

mob/Login()
usr.verbs-=verbs
if(usr.client.mob == /mob/blah)
usr.verbs+=/mob/verb/blah

Is that what your looking for?

-Kappa the Imp
In response to Kappa the Imp
hmmm nevermind