09.01.2015, 06:29
Connect random NPC is possible ??
I do this but NPC not connect.
How to fix it
Код:
new RandomNPC = random(2);
if(RandomNPC == 1)
{
ConnectNPC("TrustyGuard","npc");
return 1;
}
if(RandomNPC == 2)
{
ConnectNPC("TrustyGuard","npc2");
return 1;
}
How to fix it

