jc2

Members
  • Content Count

    939
  • Joined

  • Last visited

  • Days Won

    28

jc2 last won the day on February 28 2021

jc2 had the most liked content!

Community Reputation

581 Jedi Grand Master

About jc2

  • Rank
    Kyramud
  • Birthday 01/04/1997

Profile Information

  • Gender
    Male
  • Location
    Alderaan 19 BBY (USA CT)
  • Interests
    Keeping engaged with the Deadlystream community.
    Modding K1 & TSL
    Kotor 1 & TSL

Recent Profile Visitors

91,083 profile views

Single Status Update

See all updates by jc2

  1. Does anyone know the boolean for completing the fourth starmap planet? I think it's NPC_INIT_PLANET_6 but idk for sure.

    1. Fair Strides

      Fair Strides

      It's actually a global number. Let me see...

       

      If you define "Fourth" as "fourth since Taris", then you check the "K_STAR_MAP" numeric for a value of 40.

       

      If you define "fourth" as "fourth since leaving Dantooine", then check the "K_STAR_MAP" variable for a value of 50 (this is the value it is when yo get to go to the Unknown World.

    2. jc2

      jc2

      @FS Yes I mean the fourth since leaving Dnatooine, thank you for answering that. If I wanted to write a script that checked to see if the PC was on the 50th value, then would I use the GetGlobalNumeric function? This would be for a dialogue to be placed in the "script that determines availability."

    3. Fair Strides

      Fair Strides

      Yeah, you'd use the GetGlobalNumber function.