przy kompilowaniu skryptów wyskakuje mi bład wrong type DIA_KEENE_ITEMIRONY
[codebox]FUNC VOID DIA_Keene_ITEMIRONY()
{
Info_ClearChoices (DIA_Keene_ITEM);
AI_Output (other, self, "DIA_Keene_ITEMIRONY_15_00"); // XXX
AI_Output (self, other, "DIA_Keene_ITEMIRONY_12_01"); //XXX
AI_Output (other, self, "DIA_Keene_ITEMIRONY_15_02"); //XXX
AI_Output (self, other, "DIA_Keene_ITEMIRONY_12_03"); //XXX
AI_Output (other, self, "DIA_Keene_ITEMIRONY_15_04"); //XXX
AI_Output (self, other, "DIA_Keene_ITEMIRONY_12_05"); //XXX
AI_Output (other, self, "DIA_Keene_ITEMIRONY_15_06"); // XXX
AI_Output (self, other, "DIA_Keene_ITEMIRONY_12_07"); //XXX
MIS_Keene_IRony = LOG_RUNNING;
Log_CreateTopic (TOPIC_ITEMY,LOG_MISSION);
Log_SetTopicStatus (TOPIC_ITEMY,LOG_RUNNING);
B_LogEntry (TOPIC_ITEMY,"XXX ");
AI_StopProcessInfos (self);
};
// *********************************************************
// MAM
// *********************************************************
instance DIA_Keene_Pix (C_INFO)
{
npc = VLK_70014_Keene;
nr = 2;
condition = DIA_Keene_Pix_Condition;
information = DIA_Keene_Pix_Info;
permanent = FALSE;
description = "XXX";
};
func int DIA_Keene_Pix_Condition ()
{
if (Npc_KnowsInfo (other, DIA_Keene_ITEMIRONY))
&& (Npc_HasItems(other, ItMi_Pix ) > 1)
{
return TRUE;
};
}; [/codebox]