//========================================
//-----------------> OPCJA *KONIEC*
//========================================
INSTANCE DIA_Ash_EXIT(C_INFO)
{
npc = BAU_986_Ash;
nr = 999;
condition = DIA_Ash_EXIT_Condition;
information = DIA_Ash_EXIT_Info;
permanent = TRUE;
description = "KONIEC";
};
FUNC INT DIA_Ash_EXIT_Condition()
{
return TRUE;
};
FUNC VOID DIA_Ash_EXIT_Info()
{
AI_StopProcessInfos (self);
};
//========================================
//-----------------> HELLO1
//========================================
INSTANCE DIA_Ash_HELLO1 (C_INFO)
{
npc = BAU_986_Ash;
nr = 1;
condition = DIA_Ash_HELLO1_Condition;
information = DIA_Ash_HELLO1_Info;
permanent = FALSE;
description = "Kim jestes?";
};
FUNC INT DIA_Ash_HELLO1_Condition()
{
return TRUE;
};
FUNC VOID DIA_Ash_HELLO1_Info()
{
AI_Output (other, self ,"DIA_Ash_HELLO1_15_01"); //Kim jesteś?
AI_Output (self, other ,"DIA_Ash_HELLO1_03_02"); //Nazywam się ash i jestem nowicjuszem.
AI_StopProcessInfos (self);
};
// *Script was make in Easy Dialog Maker (EDM)
Hmm.Ja tu widzę polskie znaki tylko w dialogu....