Is this possible? Essentially, a simple script like so:
ActorBase Property MyAB AutoEvent OnInit() MyAB.SetActorValue("Health", 75)EndEvent
How would you make that work?
Is this possible? Essentially, a simple script like so:
ActorBase Property MyAB AutoEvent OnInit() MyAB.SetActorValue("Health", 75)EndEvent
How would you make that work?
There's no function to do that at the moment. Might be possible through an SKSE plugin or future update to SKSE functionality.
Ah, oh well. Thanks anyway. I might go request it...