Velaski
winner
- Aug 4, 2015
- 562
- 165
I'm trying to have a bot in a room, and once a command is executed the Bot will perform the task. And I want the bot to possibly move around aswell. Any help?
@JayCustom @Altercationz @Sledmore
I have this:
Is this to any use?
@JayCustom @Altercationz @Sledmore
I have this:
Code:
var BotUser = new RoomUser(0, _room.RoomId, primaryPrivateUserID++, _room);
Bot.VirtualId = primaryPrivateUserID;
BotUser.BotData = Bot;
BotUser.BotAI = Bot.GenerateBotAI(BotUser.VirtualId);