Basically so far I've created a quest that auto starts with the attached script:
Scriptname aaSkeeverSwarm extends QuestActorBase Property EncSkeever AutoObjectReference selfRefint randomEvent OnLoad()random = Utility.RandomInt(10)if(random <= 7) selfRef.PlaceAtMe(EncSkeever)endifendEvent
The script itself says it has no errors, but it just doesn't work... I'm probably doing something very wrong xD
