Jump to content

Home

DarthStoney

Members
  • Posts

    559
  • Joined

  • Last visited

Personal Information

  • Web Browser
    IE8
  • Resolution
    1024x768

Contact Information

  • Homepage
    http://www.createforum.com/tslrcm/

DarthStoney's Achievements

Newbie

Newbie (1/14)

10

Reputation

Single Status Update

See all updates by DarthStoney

  1. 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

×
×
  • Create New...