Skip to content

refresh all spells/innate abilities/quick items slots without resting

dorifdorif Member Posts: 16
edited October 2018 in General Modding
Hi all,

I would like to find a way to refresh my spells/innate/items abilities without the need to rest (and lost 8 hours of time.)

Maybe I could make it it with my character script ?

thank you
Post edited by dorif on

Comments

  • The user and all related content has been deleted.
  • kjeronkjeron Member Posts: 2,367
    You can also use the 'Rest()' action in scripts or just through the console.
    None of these will trigger dream sequences or the few 'PartyRested()' triggers though.
  • dorifdorif Member Posts: 16
    I try this bloc in both my character script and baldur.bcs :

    IF
    HotKey(D)

    THEN
    RESPONSE #100
    RestParty()
    END

    Unfortunately, it is not working :(

    How can I do it though the console please ?
Sign In or Register to comment.