SetOwner (script event)
From modwiki
Description
Sets the owner of this entity.
Usage
In your script type...
void setOwner( entity owner )
Parameters
- [owner] - The owner to apply to this entity.
Examples
$my_entity.setOwner($player1);
Notes
This script event does not return any values.
Entity's will never collide with their owner.

