示例#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;
}