This is my RP edit im editing from holograph RP and I was updating the bots and I recoded the virtualBot shutdown and I coded this for 2 days and here it is.
Go To source/virtual/bots and go to second to last one
look for
Change That To ThisPHP Code:internal void Kill()
PHP Code:internal void Kill()
{
try { aiHandler.Abort(); }
catch { }
aiHandler = null;
Room = null;
Statuses = null;
Coords = null;
Sayings = null;
Shouts = null;
chatTriggers = null;
Customer = null;
customerTrigger = null;
}
#endregion


![[RP] virtualBot Shutdown](http://ragezone.com/hyper728.png)



