I ran into a new problem. :x
I want the bot to know who his creator was, even if the creator died once.
However, when the creator dies, the bot won't recognize him anymore.
I was thinking that perhaps i could solve this with a simset, or perhaps there is a better way?
Now i let him recognise his creator like this:
%obj !$= %id.client.bot
%obj is the bot in this case, %id is the player it found in the containersearch.
I assume the client gets swiped (or you get a new one) when you die, but i need it to recognize the creator even after a respawn.
Or is this impossible?