mob/var
full_access = 0
mob/Login()
if(client.CheckPassport("ID is here"))
full_access = 1
src << "You are a Suscriber! Way to go!"
else
src << "For full access, <a href=\
'http://www.byond.com/hub/[world.hub]' >subscribe</a>!"
return ..()
Problem description:
This is how DM guide says this works, although Im a suscriber and when I log in it says For full access suscribe
So if you are a subscriber of game X, you get more on game X only.
Use IfByondMember(), that should work.