代码搜索:Notify
找到约 4,184 项符合「Notify」的源代码
代码结果 4,184
www.eeworm.com/read/306178/3748655
c open.c
// open.c
#include
inherit F_CLEAN_UP;
int main(object me, string arg)
{
mapping doors;
string *dirs, dir;
int i;
if( !arg ) return notify_fail("你要打开什么?\n");
doors = e
www.eeworm.com/read/306178/3748673
c unwield.c
// unwield.c
inherit F_CLEAN_UP;
int main(object me, string arg)
{
object ob, *inv;
string str;
int i;
if( !arg ) return notify_fail("你要脱掉什么?\n");
if (me->is_busy())
return notif
www.eeworm.com/read/306178/3748691
c hytask.c
// by Tie@fy3 hehe
#include
int main(object me, string str)
{
string output;
if(me->is_busy())
return notify_fail("你现在正忙。\n");
me->add("jing",-20);
me->start
www.eeworm.com/read/306178/3748721
c force.c
inherit F_CLEAN_UP;
int main(object me, string arg)
{
string cmd,objname;
object obj;
if( !arg || arg=="" || sscanf(arg, "%s to %s",objname,cmd)!=2 )
return notify_fail("你想让他干什么?\n");
seteui
www.eeworm.com/read/306178/3748727
c summon.c
// summon command..
//星星2000/4/9
inherit F_CLEAN_UP;
#include
int main(object me, string str)
{
object ob;
string wiz_status;
int i;
if (!str) return notify_fail(": Summon
www.eeworm.com/read/306178/3748732
c ff.c
// ff.c
inherit F_CLEAN_UP;
int main(object me, string arg)
{
object ob;
string dest, func, file;
if(!arg || sscanf(arg, "%s %s", dest, func)!=2 )
return notify_fail("指令格式:ff
www.eeworm.com/read/306178/3748784
c yield.c
// open.c
#include
inherit F_CLEAN_UP;
int main(object me, string arg)
{
if(me->is_busy())
return notify_fail("你现在正忙。\n");
/* if(me->query("combat_exp") < 5000
www.eeworm.com/read/306178/3748809
c assign.c
#define SCORE_COST 5000
#include
inherit F_CLEAN_UP;
int main(object me, string arg)
{
object who;
if( !arg ) return notify_fail("指令格式 : assign ");
if(me->query("family/privs") != -1)
www.eeworm.com/read/306178/3748820
c zhaoshe.c
#include
inherit F_CLEAN_UP;
int main(object me, string arg)
{
object soldier;
int zhaosheshu,yangsheshu, exp, MAX_GUARD;
if ( me->is_busy() )
return notify_fail("你现在正忙,无法呼唤
www.eeworm.com/read/306178/3759834
h insert.h
//insert.c
#pragma optimize
#include
inherit F_CLEAN_UP;
int do_insert(string arg)
{
mapping cards;
string *dirs, dir;
int i;
if( !arg ) return notify_fail("你要插入什么?\n");