Another question from the new guy. I've got Ariakas in my party. Well, his portrait, at least. His toon is invisible. I can make him move, and I can access his inventory from the portrait, and that's it. He doesn't take any other action. Can't talk to him, doesn't show up for combat. How do I boot him from the party? I found a post re: NPC with no portrait, and followed that advice. Didn't work. game.party[0].follower_remove[game.party([X]) I replaced the X with a 6, no error returned, but he's still there
Yup. I have five PCs and one NPC in my party, plus Ariakas, so I used 6 as the value. I even tried 7, but that just made a summoned spider attack me.
I was able to remove the NPC I wanted to keep. Just for kicks, I then tried to remove Ariakas, who was now in the old NPC's slot. Poof. He was gone.
Absolutely. This is the best place to find the codes in game. I tried the ones linked online, and no DAO. Once I read this, looked in my own file, found the DAO code. Thanks.
I don't know if somebody else noted it; but it seems that in the various game.x[X].x_set (x,Y) commands there should be a space between "set" and "(" - I kept driving myself crazy trying to get these commands to work and couldn't get it to work until I added that space. I've double tested the space and it is needed.
Well, this is helpful. I was annoyed that my NG Female Human Fighter was not allowed to worship Pelor, but next time I try to create a party with a uniform diety, I can do it by cheating.
Wanting to change my NPCs' hit points to maximum (or a set number that will be what maximum should be). I know of the command to set the whole party to X hit points, but I think there would be a party position version to affect the one character.
Using the console, how do I set the party's alignment (not a single character's alignment) to CG as if I had made a party with that as its opening vignette? @Krysania Does using game.party[X].stat_base_set(stat_hp_max,Y) work for the appropriate person, like using game.party[0].stat_base_set(stat_hp_max,25) to set the first character's (leftmost character's) max HP pre-CON mod to 25? Thankee!
Hi i wanna toy around a little with feats/skills. but i cant find a list of skillnames / feat names anywhere on the net i would like to use game.party[x].condition_add_with_args(featname,skillname,y) but without proper knowledge i mostly seem to either get >File "<string>", line 1, in ?"< or a game crash another question i have is the about the global flags (i have found the numbers, but not how to influence them) anyone could help me with that? thx in advance justl
Try HERE. Skills: {0}{Appraise} {1}{Bluff} {2}{Concentration} {3}{Diplomacy} {4}{Disable Device} {5}{Gather Info.} {6}{Heal} {7}{Hide} {8}{Intimidate} {9}{Listen} {10}{Move Silently} {11}{Open Lock} {12}{Sleight of Hand} {13}{Search} {14}{Sense Motive} {15}{Spellcraft} {16}{Spot} {17}{Tumble} {18}{Use Magic Device} {19}{Survival} {20}{Perform} {21}{Alchemy} {22}{Balance} {23}{Climb} {24}{Craft} {25}{Decipher Script} {26}{Disguise} {27}{Escape Artist} {28}{Forgery} {29}{Handle Animal} {30}{Innuendo} {31}{Intuit Direction} {32}{Jump} {33}{Knowledge (Arcana)} {34}{Knowledge (Religion)} {35}{Knowledge (Nature)} {36}{Knowledge (All)} {37}{Profession} {38}{Read Lips} {39}{Ride} {40}{Swim} {41}{Use Rope}
thx, that answers the first question. but i still havent found anything on the net, if you can reset flags and how (which console-command) anyone knows something about that too? justl