06-21-2014, 00:01
so i am trying to create a mod that allows the user to place multiple bots in any place on the map. i have made everything work, but when i spawn the second bot both the first and second bot move to the same location. (i want the bots to stay in there own positions)
if (isDefined( player.pers["isBot"] ) && player.pers["isBot"] ) {
player setOrigin( destination );
Is there any way of controlling each bot individually?
thanks for any help
if (isDefined( player.pers["isBot"] ) && player.pers["isBot"] ) {
player setOrigin( destination );
Is there any way of controlling each bot individually?
thanks for any help