//client.IsByondMember()
switch(input("Recive Byond Member Boost Now ?:","Thank You") in list ("Yes","No","-=Close Window=-"))
if("Yes")
if(usr.Gained_boost == 0)
if(usr.IsByondMember())
if(usr.Gained_boost == 0)
Problem description:
well just saw "IsByondMember()" a built in proc in the mannual , and when i tired it its said undefined proc, is it b/c i don't use the new verson ?? or am i using it wrongly.