Using protos bonuses in scripts

Discussion in 'Scripting' started by darmagon, Oct 5, 2005.

Remove all ads!
  1. Shiningted

    Shiningted I want my goat back Administrator

    Joined:
    Oct 23, 2004
    Messages:
    12,651
    Likes Received:
    350
    Can I suggest you see if it works by swapping the files out manually on an active game, and if you can get it working, I'll gladly have a go at the scripted version :)
     
  2. Zoltec

    Zoltec Pгōdigium

    Joined:
    Apr 22, 2012
    Messages:
    547
    Likes Received:
    16
    [active game]: Okay, when I overwrite the ;not drunk animation(.SKA) on ;drunk animation(.SKA), then alt-tab again to see changes, it doesn't show! I need to go to the inn first, then go back to him outside to see the changes. Same with load game logic, and door transitions. If you want to see the changes there must be an event transition i.e. like door transitions. :(
     
  3. Shiningted

    Shiningted I want my goat back Administrator

    Joined:
    Oct 23, 2004
    Messages:
    12,651
    Likes Received:
    350
    Well even that is a step forward, good :clap: After all, shouting "sober up!" at someone never did actually have an instantaneous effect.
     
  4. Zoltec

    Zoltec Pгōdigium

    Joined:
    Apr 22, 2012
    Messages:
    547
    Likes Received:
    16
    Hehehe! I don't dare Elmo to do that anyway, knowing that he's a scret aegent! :p
     
  5. Ossie

    Ossie Member

    Joined:
    Apr 1, 2006
    Messages:
    31
    Likes Received:
    0
    Resurrecting a veeeeeeeery old thread here, but it seems there was no direct console way to edit character base Skill values directly? Ie looks like you can jerry-rig a circumstance bonus, but not edit the base Skill values?
     
  6. Shiningted

    Shiningted I want my goat back Administrator

    Joined:
    Oct 23, 2004
    Messages:
    12,651
    Likes Received:
    350
    Ummm, yes, you should be able to?

    Try

    game.party[x].skill_level_set(skill_disguise) = #

    Circumstance boni are certainly the way I script things, but since they tend to linger, they are definitely sub-optimal.
     
  7. Sitra Achara

    Sitra Achara Senior Member

    Joined:
    Sep 1, 2003
    Messages:
    3,613
    Likes Received:
    537
    That's the thing, there is no skill_level_set.
     
  8. Shiningted

    Shiningted I want my goat back Administrator

    Joined:
    Oct 23, 2004
    Messages:
    12,651
    Likes Received:
    350
    Ahhh... my mistake!
     
Our Host!