level 8
a123005
楼主
举例为dazuo.c
message_vision("$N盘腿跌坐在地上,闭上眼睛开始调息打坐。\n",me);
me->set_temp("disable_inputs",1);
me->set_temp("block_msg/all",1);
me->set_temp("is_unconcious",1);
me->set("disable_type",HIG "<打坐中>" NOR);
me->set_temp("in_dazuo",1);
me->start_call_out( (: call_other, __FILE__, "remove_dazuo", me:),random(50 - (int) me->query_con()));
比如还未到触发remove_dazuo函数时间,这时其他char对他kill或fight的话,
remove_dazuo不应该执行了,程序是否有取消remove_dazuo功能?
2014年09月29日 02点09分
1
message_vision("$N盘腿跌坐在地上,闭上眼睛开始调息打坐。\n",me);
me->set_temp("disable_inputs",1);
me->set_temp("block_msg/all",1);
me->set_temp("is_unconcious",1);
me->set("disable_type",HIG "<打坐中>" NOR);
me->set_temp("in_dazuo",1);
me->start_call_out( (: call_other, __FILE__, "remove_dazuo", me:),random(50 - (int) me->query_con()));
比如还未到触发remove_dazuo函数时间,这时其他char对他kill或fight的话,
remove_dazuo不应该执行了,程序是否有取消remove_dazuo功能?