Skip to content

animal companion script

Are there any other scripts that control summoning animal companions (rangers/druids) other than NW_S_companion ? My Companions no longer summon, and there is no change in that script. Any help would be appreciated.

Comments

  • ForSeriousForSerious Member Posts: 446
    I think the feat calls the script: nw_s2_animalcom. Though I would be surprised if that accidentally got changed on you. And wow. There's one line in there.
    vonstorm
  • vonstormvonstorm Member Posts: 66
    to get the PC that uses the feat is it treated as a spell? eg object oPC = GetLastSpellCaster(); or is it OBJECT_SELF?
  • ForSeriousForSerious Member Posts: 446
    The player tool scripts are fired from feats, and they use OBJECT_SELF to get oPC. This should be the same.

    You can always check with something like:
    SendMessageToPC(GetFirstPC(), GetName(oPC));
    
    vonstorm
  • vonstormvonstorm Member Posts: 66
    Appreciate the help as always :)
Sign In or Register to comment.