For example I may have the following actors:
raider01
raider02
raider03
All of which have a script running on them "raiderScript". I want to use their reference to do stuff like moveTo and addItem but I don't want to create a seperate script for each raider.
Is it possible to do something like:
this.moveTo
me.moveTo
Or find out what reference the script is running on so I can store it in a ref variable?