Blockland Forums > Modification Help
Can someone make me this event?
Pages: (1/1)
Communist:
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.
Ayxrion:
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?
Communist:
--- Quote from: Ayxrion on February 16, 2012, 07:36:49 PM ---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?
--- End quote ---
OnBotKilled -> Bot -> BotDropItem[food]
Slicksilver:
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
Greek2me:
--- Quote from: Slicksilver on February 16, 2012, 08:18:52 PM ---
--- End quote ---
No need to be a richard about it.
Pages: (1/1)