Tylko,że jak wybieram gothic.src to mi wyskakuje błąd;/
Edit:Eeee nie łapię tych programów^^teraz po wybraniu tego pliku żaden błąd mi nie wyskakuje.Co mam dalej zrobić by był dialog?
//========================================
//-----------------> 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 = TRUE;
description = "Kim jesteś?";
};
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 farmerem.
AI_Output (other, self ,"DIA_Ash_HELLO1_15_03"); //A co tu robisz?
AI_Output (self, other ,"DIA_Ash_HELLO1_03_04"); //Oglądam niebo.
AI_StopProcessInfos (self);
};
//========================================
//-----------------> HELLO2
//========================================
INSTANCE DIA_Ash_HELLO2 (C_INFO)
{
npc = BAU_986_Ash;
nr = 2;
condition = DIA_Ash_HELLO2_Condition;
information = DIA_Ash_HELLO2_Info;
permanent = TRUE;
description = "Fajnie jest.";
};
FUNC INT DIA_Ash_HELLO2_Condition()
{
return TRUE;
};
FUNC VOID DIA_Ash_HELLO2_Info()
{
AI_Output (self, other ,"DIA_Ash_HELLO2_03_01"); //Fajnie jest.
AI_Output (other, self ,"DIA_Ash_HELLO2_15_02"); //Masz rację.
AI_Output (other, self ,"DIA_Ash_HELLO2_15_03"); //Nie ma to jak nuda.
AI_Output (self, other ,"DIA_Ash_HELLO2_03_04"); //Święta racja.
AI_StopProcessInfos (self);
};
Teraz jak dam nowa gra(w modzie stworzonym wcześniej-taki próbny)to mam 2 opcje dialogowe do wyboru i za każdym razem kończy dialog)-czyli tak jakbym naciskał koniec.
Edit:Pomogło stworzenie paczki moda(gothic.dat,gothic.src i ou.bin)oraz rada jendrzejsa.
Prośba do moderatorów/adminów-o ile to nie jest problem to proszę o podpięcie tego tematu,ponieważ może przydać się komuś w przyszłości.