Jump to content

Home

Demongo

Members
  • Posts

    1148
  • Joined

  • Last visited

Personal Information

  • Biography
    404 error
  • Occupation
    Soul Stealer
  • Current Game
    Street Fighter IV
  • Web Browser
    FireFox, IE 7.0
  • Favorite LucasArts Game
    Republic Commando
  • Resolution
    1920x1200
  • Height in cm
    193

Demongo's Achievements

Newbie

Newbie (1/14)

10

Reputation

Single Status Update

See all updates by Demongo

  1. It works in compile.

     

    This is from a twilikf onspawn script in utc onspawn slot.

    You just have to replace the last line (GN_WalkWayPoints(); and replace it with AssignCommand(OBJECT_SELF,ActionRandomWalk());

     

    It looks like this at the bottom of the onspawn script:

    Compile it and rename the new scripts name ex kotwlk.nss and place in the slot of onspawn in the utc scripting slot.

     

     

    // DEFAULT GENERIC BEHAVIOR (DO NOT TOUCH) ************************************************** ***************************************

     

    GN_SetDayNightPresence(AMBIENT_PRESENCE_ALWAYS_PRE SENT);

     

    GN_SetListeningPatterns(); //This function although poorly named sets up the listening patterns and other important data for the

    //creature it should never be removed.

    AssignCommand(OBJECT_SELF,ActionRandomWalk());

    }

×
×
  • Create New...