1
Pytania i problemy / Od razu wyuczone umiejętności
« dnia: 2010-03-13, 17:29 »
ok , tym razem zadziałało , thx

Ta sekcja pozwala Ci zobaczyć wszystkie wiadomości wysłane przez tego użytkownika. Zwróć uwagę, że możesz widzieć tylko wiadomości wysłane w działach do których masz aktualnie dostęp.
// --Istotne talenty NPCa --
B_GiveNpcTalents (self);
B_GiveNpcTalents (self, NPC_TALENT_PICKPOCKET);
B_GiveNpcTalents (self, NPC_TALENT_PICKLOCK);
B_GiveNpcTalents (self, NPC_TALENT_SNEAK);
B_GiveNpcTalents (self, NPC_TALENT_ACROBAT);
// --Istotne talenty NPCa --
B_GiveNpcTalents (self);
B_GiveNpcTalents (self, NPC_TALENT_PICKPOCKET, 1);
B_GiveNpcTalents (self, NPC_TALENT_PICKLOCK, 1);
B_GiveNpcTalents (self, NPC_TALENT_SNEAK, 1);
B_GiveNpcTalents (self, NPC_TALENT_ACROBAT, 1);
B_GiveNpcTalents (self, NPC_TALENT_PICKPOCKET);