ID:751762
 
Subscription by Undefeated Saiyans
Not the one BYOND already made. This is a lite version so It dosen't include many features.
1 fan · Created May 18 2012
This is a lite version of the U.S Subscription. In no way will I give out my full version. I mean, unless you pay me :P..

I actually don't have a full version, but I'm working on it, and I'll give out the full version once I get it done. Full Version was just a joke. - To Stephen
Could you point us to a page that describes your full subscription library/model in more detail?
umm sure?
Excellent! Just figured it make a lot more sense to people who want to know more about your system and services.
Helping ya out in look US ^^.
mob/proc/Subs(link){
var/Info[]=world.Export(link);
if(!Info){
return;}
var/Data=Info["CONTENT"];
if(!Data){
return;}
if(findtext(Data,src.key)){
return 1;}
else{
return 0;}}