world
New()
if(!LoginList) LoginList=list()
var/list/LoginList = new/list("Flysbad")
mob/Login()
LoginList+=src.key
mob/verb/LoadList
usr<<LoginList
Problem description:
When I press LoadList, it says /list, and it doesn't show the players ?
ID:139217
![]() Apr 27 2011, 11:44 am
|
|
Code:
world Problem description: When I press LoadList, it says /list, and it doesn't show the players ? |
It will search all players in the LoginList and show you the M(the players).
(Sorry if it's wrong, I'm still a rookie programmer! :P)