ID:178440
![]() May 13 2002, 10:24 am
|
|
i need help on a Who verb, it wold show everyone's name and key like, Redslash, key = Redslash but for everyone in the world. thx!
|
Redslash wrote:
how would i get it to say their key too? mob/verb/Who() -Kappa the Imp |
kappa, that gave me this,
runtime error: Cannot read null.client proc name: Who (/mob/verb/Who) usr: RSsGeomancer (/mob/RSsGeomancer) src: RSsGeomancer (/mob/RSsGeomancer) call stack: RSsGeomancer (/mob/RSsGeomancer): Who() |
mob/verb/Who() |
this worked for me
mob/verb/who() for(var/mob/M in world) if(M.client) usr <<"People Online" usr <<"[M.name]([M.key])" u can change the dfont color and the postition ythough |
for(var/mob/M in world)
if(M.client)
usr << M