Code:
mob/var
full_access
mob/Login()
if(client.CheckPassport("14c86c957038d5fb"))
full_access = 1
src <<"Thank you for subscribing to The World of Icons, have a nice day!"
else
src << "For full access, <a href = \
'http://www.byond.com/hub/[world.hub]' >subscribe!"
return ..()
Problem description:
I have myself as a subscriber for my game, The World of Icons, I put this code in. But it does not greet me with 'Thank you for subscriber to The World of Icons, have a nice say." What is the problem?