CONNECT NPC HELP!
#1

Connect random NPC is possible ??

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


Messages In This Thread
CONNECT NPC HELP! - by JawsPlus - 09.01.2015, 06:29
Re: CONNECT NPC HELP! - by KayJ - 09.01.2015, 07:08
Re: CONNECT NPC HELP! - by JawsPlus - 09.01.2015, 08:02
Re: CONNECT NPC HELP! - by Threshold - 09.01.2015, 10:34

Forum Jump:


Users browsing this thread: 1 Guest(s)