i didnt understand very well
world
hub = "My.Hub" //change this to your own hub entry
mob/var
full_access
mob/Login()
if(client.CheckPassport("what should i put here?"))
full_access = 1
else
src << "For full access, <a href=\
'http://www.byond.com/hub/[world.hub]' >subscribe!"
return ..()
if(client.CheckPassport("what should i put here?"))
what should i put there?
Copyright © 2025 BYOND Software.
All rights reserved.
Lummox JR