I have really limited knowledge about the papyrus VM. My problem is that I don't know how to properly call any papyrus functions or methods (like placeatme).
I tried to execute the DispatchMethodCall, but it just doesn't work in the game. (all arguments are fully filled in)
return vm.DispatchMethodCall2((*self)->handle, className, functionName, args, functor);
Can you give an example of how to use any of the papyrus methods through a virtual machine? For example, PlaceAtMe.
(I am using latest CommonLibSSE version)