No code yet.
Problem description:
Hey guys, I'm trying to make a system where, if you invite friends through the pager, you get money/exp or whatever, a reward.
Is it possible to do it like this, for it to automatically check who you invited and if they joined or would they have to join the game and manually input "referred by [key]" or etc?
Maybe something like generating a link:
byond://ipaddress?key/charname
So if they joined using your link and a save file didnt exist, you'd get rewarded?
Thanks
1) The built-in SendPage() proc to send a referal to someone; which could contain a 'code' they can enter to claim the referal.
2) Simply have a 'refered by' spot in your character creation; then give whatever to the name they give you.