Jump to content

DarthValeria

Members
  • Posts

    773
  • Joined

  • Last visited

File Comments posted by DarthValeria

  1. For the ones whose wonder about disabling noclip for targeted npcs

    My friend Linken guided me about behaved scripting

    And I wrote this

     

    //Generated by BehavEd

    rem ( "Disable noclip" );
    set ( /*@SET_TYPES*/ "SET_BEHAVIOR_STATE", /*@BSTATE_STRINGS*/ "BS_DEFAULT" );
    set ( /*@SET_TYPES*/ "SET_IGNOREPAIN", /*@BOOL_TYPES*/ "false" );
    set ( /*@SET_TYPES*/ "SET_INVINCIBLE", /*@BOOL_TYPES*/ "false" );
     

    Now we can easily disable noclip for npcs

    Nina Anthology

       1,142    15

    That's pretty awesome and if you want a new voice for Nina

    I know some people who does voice acting for hobby

    If you're interested, contact me in private so i can introduce you to them, maybe you can find a perfect voice actor for Nina

    zahar likes this
×
×
  • Create New...