Hello everyone! I have some easy and complicated questions about SKSE [Plugins]:
First of all, is this the right place to get help with SKSE Plugins?
I read a few examples and I am able to get a function, that works in papyrus, but now I can't get any progress...
[When this is the right place, then:]
1. How to get Callbacks/Hooks/Events linked to a function in the plugin [C++]?
-Just a plaine example would be nice. Nothing more, nothing less.
2. Is there an "onTick"-Updateevent in SKSE/Papyrus?
-Maybe linked to my first question with an example. Papyrus or C++.
-And no timer, please.
3. Is there a way to create a completly empty/stupid NPC and to change his animation at will?
-What I mean is a NPC, who is not doing anything, even if you hit him.
-I should be able to control him with Scripts/Plugins (like "Set Position" or "Set Animation").
4. Is there an event, which is called, when an animations starts to play?
-This should give me the Type/Kind/Obj of the animation.
There are more questions, but I am still unsure, if this is the right place for them.
Also I am pretty new in Skyrim-Modding myself. I just wanne do some experiments with the Engine.
Thank you for your help!