SubscList.Add(src.key)
var
list/SubscList=list("")
Problem description: When i try to add a player to subscriber list (I use CheckPassport) It Sends That: runtime error: Cannot execute null.Add().
proc name: Login (/mob/Player/Login)
usr: Gohan Games (/mob/Player)
src: Gohan Games (/mob/Player)
call stack:
Gohan Games (/mob/Player): Login()
I don't see why your philosophy wasn't working, but it might be from a piece of coding you didn't show. Such as not defining the subscribers list in the right spot (which is most likely it).