world/OpenPort(port)
// only allow subscribers to host
if(host_is_subscribed)
return ..()
I'm using the "full_access" thing on BYOND for subscribers.
I need to know how to make it so when someone tries to host and there not a subscriber, the game will not let them host.
The current mob/var for Subcribers is "full_access"