예제 #1
0
파일: dest.c 프로젝트: arylwen/terebi
mixed can_dest_obj(string str) { 
    if(!builderp(this_player())) return "This command is only available to builders and creators.";
    else return 1;
}
예제 #2
0
파일: reload.c 프로젝트: Elohim/FGmud
mixed can_reload_every_str(string str){
    if(!builderp(this_player())) return "This command is only available to builders and creators.";
    else return 1;
}