Thread
:
Qui-Gon's Script Shack
View Single Post
01-16-2012, 12:18 AM
#
59
JCarter426
Senior Member
Join Date
: Feb 2008
Location
: Look to your left.
Posts
: 1,564
Code:
int iNPC = NPC_MISSION;
is the same thing as
Code:
int iNPC = 6;
because it's defined as such in nwscript. You can use either one, whatever you prefer.
you may:
quote & reply
,
JCarter426
View Public Profile
Find More Posts by JCarter426