带参数的返回值 脚本例子 #if
GetLuckPoint
#act
//----------------------------------------------------------
sSC_GetLuckPoint = 'GetLuckPoint';
nSC_GetLuckPoint = 640;
//----------------------------------------------------------
if sCmd = sSC_GetLuckPoint then begin
nCMDCode:=nSC_GetLuckPoint;
Goto L001;
end;
//----------------------------------------------------------
function ConditionOfGetLuckPoint(PlayObject:TPlayObject;QuestConditionInfo:pTQuestConditionInfo):Boolean;
//---------------------------------------------------