Hi Everyone,
I have about 9 packages, all on like 50 NPC's (I'm using templates). I want these NPC's to choose one of these packages randomly and ignore the package stack.
Basically, I want 50 NPC's to generate 50 random numbers. Each package will have a number assigned to it. Whatever number the NPC picks is the package it runs. After the NPC completes the package, he generates a new number and runs that package, and so on.
I know there is a class called Utility that has a RandomInt function and theres a "GetScriptVariable" but I have no clue how to use that and the creation kit wiki doesn't have any info on it.
Actually, is this even the best way to go about this? I'm not even sure anymore...