//========================================
//-----------------> HELLO1
//========================================
INSTANCE DIA_DLAIDIOTY_HELLO1 (C_INFO)
{
npc = 001_NPC_DLAIDIOTY;
nr = 1;
condition = DIA_DLAIDIOTY_HELLO1_Condition;
information = DIA_DLAIDIOTY_HELLO1_Info;
permanent = FALSE;
Important = TRUE;
};
FUNC INT DIA_DLAIDIOTY_HELLO1_Condition()
{
if (Zmienna == 0)
&& (Npc_GetDistToWP (self, "NAZWAWP") < 500)
{
return TRUE;
};
};
FUNC VOID DIA_DLAIDIOTY_HELLO1_Info()
{
AI_Output (self, other ,"DIA_DLAIDIOTY_HELLO1_03_01"); //Kaco ogłuchłeś czy co?
AI_Output (self, other ,"DIA_DLAIDIOTY_HELLO1_03_02"); //Ani kroku dalej...
AI_Output (other, self ,"DIA_DLAIDIOTY_HELLO1_15_03"); //Bo co kurwa....
Zmienna +=1;
AI_StopProcessInfos (self);
};
Proste ? Proste. Kombinuj dalej a nie na gotowca liczysz. I to nie jest gotowiec resztę sam zrób....