AddMoonCakeExpert();
else
Say("你没勇士证明或已经加入会员!<j>。/n/n<0>返回<0>/n/n<1>离开<1>", "main", "Cancel");
end
end
function MoonCakeSubsidy()
result = GetExpertSubsidy(100000000);
if (result == 0) then
Say(" <c>你领取了今天的会费。<c>");
elseif (result == 1) then
Say(" <c>您还不是会员无法领取会费!<j>。<c>");
elseif (result == 2) then
Say(" <c>你今天不是已经领过了吗?<c>");
else
Say(" <c>不明错误。<c>");
end
end
function QJTL()
name = GetPlayerName();
if(HaveItemName("禁字",1) == 1 and HaveItemName("天字",1) == 1 and HaveItemName("囚字",1) == 1 and HaveItemName("龙字",1) == 1)then
UseItemName("禁字",1)
UseItemName("天字",1)
UseItemName("囚字",1)
UseItemName("龙字",1)
function HYCS()
result = GetExpertSubsidy(100000000);
if (result == 0) then
Say(" <c>你领取了今天的会费。<c>");
elseif (result == 1) then
Say(" <c>您还不是会员无法领取会费!<j>。<c>");
elseif (result == 2) then
Say(" /n/n<0>进入会员地图<0> /n/n<3>返回<3>/n/n<4>离开<4>", "syyh","Enter","InMap","main", "Cancel");
else
Say(" <c>不明错误。<c>");
end
end
function syyh()
if (GetMoney() >= 5000000)then
ChangeMap("桃园村",124,148)
Pay(50000)
elseif (GetMoney() < 5000000)then
Say("<c>需要金钱500W才能进入,有钱了再找我吧。<c>/n/n/n/n<0>好<0>","Cancel")