Witam. Otóż mam pewny problem. Napisałem dialog, niby ładnie, pięknie wszystko jest ale wyskakuje błąd że "U:PAR:/_work/data/scripts/content/story/dialoge/Dia_VLK_7000_Ferdek.d Unknow Identifier: "Dia_Ferdek_thanksforhelp_info"
Nie wiem czemu mi wyskakuje, że tego nie ma, a to jest.. ale Zresztą, macie tu fragment pliku dialogowego, gdzie występuje błąd:
FUNC VOID DIA_Ferdek_thanksforhelp_Info()
if (other.guild == GIL_NONE)
{
AI_Output (other, self ,"DIA_Ferdek_thanksforhelp_15_01"); //Dobra, a może dałbyś jakąś nagrodę?
AI_Output (self, other ,"DIA_Ferdek_thanksforhelp_03_02"); //Ach... Myślałem, że robiłeś to za darmo...
AI_Output (self, other ,"DIA_Ferdek_thanksforhelp_03_03"); // Ale masz rację. Należy ci się nagroda.Złota ci nie dam, ale proszę, weź ten pierścień. Mi się nie przyda, a tobie może tak
AI_Output (other, self ,"DIA_Ferdek_thanksforhelp_15_04"); //Dzięki.
CreateInvItems (self, ItRi_Prot_Fire_02, 1);
B_GiveInvItems (self,other,ItRi_Prot_Fire_02, 1);
};
if (other.guild == GIL_DJG)
{
AI_Output (self, other , "DIA_Ferdek_thanksforhelp_03_05"); //Należysz Przecież do łowców smoków. Jesteś pewnie bardzo bogaty, a jeszcze chcesz nagrodę.
AI_Output (self, other , "DIA_Ferdek_thanksforhelp_03_06"); //Masz tu symboliczną sztukę złota. Wiedz, że jestem ci wdzięczny, że przyniosłeś mi Piwo.
AI_Output (other,self , "DIA_Ferdek_thanksforhelp_15_07"); //COO? Marną sztukę złota? TY... ech, zresztą dobra. Nieważne
CreateInvItems (self, ItMi_Gold, 1);
B_GiveInvItems (self,other,ItMi_Gold, 1);
};
if (other.guild == GIL_KDF)
{
AI_Output (self, other , "DIA_Ferdek_thanksforhelp_03_08"); // Tak, jak bym śmiał nie dać ci nagrody. Nie lekceważe sług Innosa.
AI_Output (self, other , "DIA_Ferdek_thanksforhelp_03_09"); // Jeżeli to ci pomoże, to mam przy sobie pewien pierścień.
AI_Output (self, other , "DIA_Ferdek_thanksforhelp_03_10"); // Proszę, weź ten pierścień, Magu.
AI_Output (other,self , "DIA_Ferdek_thanksforhelp_15_11"); //Dziękuje, na pewno mi się przyda
CreateInvItems (self, ItRi_Prot_Fire_02, 1);
B_GiveInvItems (self,other,ItRi_Prot_Fire_02, 1);
};
Domyślam się tylko tyle, że to coś związane ze średnikami,ale dokładnie nie wiem, dlatego pisze tu i proszę o pomoc.
EDIT: Wiem już, w czym tkwił problem. Rozwiązałem go i wszystko działa. Więc już nie trzeba pomocy.