To be specific I am trying to write a script that would let me know if the skill books are in the game or if a player actually used them (obviously if the function would return 0 etc)
I am assuming I would have to convert all the skill books into a persistent REF that is not a problem but I cannot figure t how to detect if they exist.
Exists only accepts an ActorREF
GetItemCount will only work using a container REF
GetIsReference is only good for comparing to the calling object
etc etc
Any suggestions on the best way to tackle this?