ID:272450
 
OK, its been a while where I touched a game where you can donate, so what is the new code for a donation, or what is the followup for CheckPassport()?

-World Build
On your hub, you activate Subscriptions, then random letters will appear.

Then if you look in the DM reference it says:



See also:
PayDimes proc (client)
Format:
CheckPassport(passport_identifier)
Args:
passport_identifier: a text string assigned to you by BYOND Hub.
This built-in procedure checks to see if the user is subscribed to a particular BYOND Hub entry.

Example:
world
hub = "My.Hub" //change this to your own hub entry

mob/var
full_access

mob/Login()
if(client.CheckPassport("0123456789abcdef"))
full_access = 1
else
src << "For full access, <a href=\
'http://www.byond.com/hub/
[world.hub]' >subscribe</a>!"
return ..()

Note that in general the value of world.hub has nothing to do with the passport you happen to check. This example assumes the passport number belongs to world.hub just for the purpose of forwarding the user to the appropriate subscription page.
In response to Howey
Thank you for helping me with that, people like you make my day(Telling me the code instead of "Look it up on the DM Reference/Guide")

-World Build
In response to World Build
I'm sorry, good sir, but I'm going to have to say that you are quite silly, and definitely made the day of people who find that funny. Not only did Howey mention this, but all he did was actually, ironically, open up the DM Reference instead of you, and copy what it says, which you are clearly too lazy to do, among possibly other reasons. You should be be capable of looking things up on your own, and if not, should learn to. Otherwise you will not improve.

Your post here is further evidence posts with code should not be given at all to people such as you, as you've obviously, clearly didn't pay attention to the rest of his post and only the code, which you probably copied.
This forum is for helping and showing people How-To, not for code spoonfeeding or code requests, and so you should not expect or require that from helpers that are posting.

Of course, my attempt at luring you to this link which you should read, because it is important and very relevant to you, is futile, because you don't seem to wish to put in as much effort as opening up a page in order to improve and help yourself.
In response to Kaioken
arent you the guy who starts retarded arguments and flames people for regular things? you dont deserve an account on this site but you still get one so silly questions should certainly be permitted. and no im not going to argue about it with you so dont bother.
In response to Deadmetle
Heh, I already had the DM reference open anyways, or I probably wouldn't of even posted.