-
Posts
559 -
Joined
-
Last visited
DarthStoney's Achievements
Newbie (1/14)
10
Reputation
Single Status Update
See all updates by DarthStoney
-
I'm scratching my head on this one???
void main()
{
How do I declare nPartCount= GetObjectByTag("bomablood"); ???
int nPartCount = GetScriptParameter( 1 );
UT_RemoveRepairParts( nPartCount );
}
If I can do that then I can declare as this item or do i need a new nBlank
Ex.
int nBomCount = GetScriptParameter( 1 );
UT_RemoveBomParts( nBomCount );
Any help would be greatly appreciated
Thanks