O temacie
Autor turbowin
Zaczęty 13.03.2010 roku
Wyświetleń 1878
Odpowiedzi 5
turbowin
maciejG
Mark56 Moderator
// --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);