Mam rozumieć ze to ma tak wyglądać
//========================================
//----------------->First
//========================================
INSTANCE DIA_SLD_9997_Rick_First(C_INFO)
{
npc = SLD_9997_Rick;
nr = 1;
condition = DIA_SLD_9997_Rick_First_Condition;
information = DIA_SLD_9997_Rick_First_Info;
permanent = 0;
important = 1;
};
FUNC INT DIA_SLD_9997_Rick_First_Condition()
{
if (Npc_KnowsInfo(hero,DIA_SLD_9997_Rick_First)) //Wenn der SC nicht durchs Hintertor rein ist.
{
return 1;
};
};
FUNC VOID DIA_SLD_9997_Rick_First_Info()
{
AI_Output (self, other,"DIA_SLD_9997_Rick_First_06_00"); //A ty dokąd się wybierasz?
AI_Output (other, self,"DIA_SLD_9997_Rick_First_15_01"); //Do Obozu.
AI_Output (self, other,"DIA_SLD_9997_Rick_First_06_02"); //Chyba nie przyszedłeś tu, żeby sprawiać kłopoty, co?
AI_Output (other, self,"DIA_SLD_9997_Rick_First_15_00"); //Vatras powiedzial ze moge wejsc.
AI_Output (self, other,"DIA_SLD_9997_Rick_First_06_01"); //W takim razie mozesz wejsc.
};
PS:Tym razem jest error UNknow identifier Dia_Rick_First