Jump to content

TrickSh0t

Banned
  • Posts

    9
  • Joined

  • Last visited

Reputation

0 Neutral

Nexus Mods Profile

About TrickSh0t

  1. Ok here's a quick tutorial. Place your NPC, open him up and give him a reference ID (JasonREF). Go to his packages. Create a new package and make it a sandbox package. In the wander location, if your NPC is in an interior, tick In Cell and find the cell. If the NPC is outside, make the wander location 'Near Current Location'. Now that's sorted, we move onto the script. Click on the pencil button on your toolbar. A small window should appear. Click File/New. Use this script (Edit where I say) scn YourScriptName Begin GameMode if (Player GetInSameCell YourNPCREF == 1) if (Player IsInCombat == 1) YourNPCREF.SetActorsAI 0 elseif (Player GetInSameCell YourNPCREF == 0) elseif (Player IsInCombat == 0) YourNPCREF.SetActorsAI 1 endif endif endif end I've tested this and it has worked for me. Tell me if there's any problems
  2. So, what your wanting is for the npc to just stand still when a battle is going on? Ok just hold on and I'll try and sort your problem Hey I can't help you if you don't tell me. Are you wanting the NPC just to stand still when a fight is going on
  3. So, what your wanting is for the npc to just stand still when a battle is going on? Ok just hold on and I'll try and sort your problem
  4. What's the difference between type 3 bodies and the normal bodies in game?
  5. I'm making an NPC and I want her to say stuff when a certain storystate is on... Like, Raplh in freeside says something about an independent vegas when the condition is GetGlobalValue StoryState == 64.00 Is there a script or something where I can find the explanations of the states? So I know what they are so she can comment on them?
  6. I created an image using gimp and extracted it as a DDS into Data/Textures/NewImages When I try to change the texture of a picture in game, I can't find it. What am I doing wrong? Doesn't matter, I figured it out
  7. Does anyone know where I can find a radio tutorial please?
×
×
  • Create New...