Author Topic: Can someone make me this event?  (Read 536 times)

I need bots to drop something when they die, and they don't need to have it in their inventory. Maybe like Spawn_Item, but for bots.
« Last Edit: February 16, 2012, 07:44:50 PM by Communist »

well, its not really an event,
but i think there is a script for when someone dies their whole inventory gets cleared
also, is this ambigious title?

well, its not really an event,
but i think there is a script for when someone dies their whole inventory gets cleared
also, is this ambigious title?
OnBotKilled -> Bot -> BotDropItem[food]

There is an entire board for this kind of stuff. An entire. loving. Board.

Just to spite you, I'll pretend you were asking for help making this. Here's a list of to-dos:

  • Learn input and output events.
  • Learn how to spawn items. new Item() { dataBlock = %db; position = "X Y Z"; etc=1; };
  • Learn how to package things. package derp { }; activatePackage(derp);
  • Learn how to package add-ons. description.txt and server.cs