隐藏内容
本内容需权限查看
  • 普通用户: 100素材币
  • VIP会员: 50素材币5折
  • 永久会员: 50素材币5折

procedure _taiyang;
begin
          if This_Player.YBNum >= 20 then
begin
if This_Player.FreeBagNum > 10 then
begin
             This_Player.ScriptRequestSubYBNum(20);
This_Player.Give(‘太阳水包’, 10);
end
else
This_NPC.NpcDialog(This_Player,
‘背包没有10个空位哦,请清理一下再购买吧 \ \’
);
end else
            This_Player.NpcDialog(This_Player,
‘抱歉,你身上没有20个元宝。\\’
);
end;
procedure _taiyang1;
begin
This_Player.Give(‘太阳水包’, 10);
end;
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。