refresh all spells/innate abilities/quick items slots without resting
dorif
Member Posts: 16
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
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
0
Comments
None of these will trigger dream sequences or the few 'PartyRested()' triggers though.
IF
HotKey(D)
THEN
RESPONSE #100
RestParty()
END
Unfortunately, it is not working
How can I do it though the console please ?