Blockland Forums > Help
What would the guns akimbo name be?
Gsterman:
im editing bot_base.cs, and I want the bot to hold the akimbo guns.
how do I do that?
Gsterman:
Also, how do I set the appearance?
Gsterman:
--- Quote from: Gsterman on March 15, 2013, 05:48:07 PM ---Also, it wont show up in the list.
--- End quote ---
The Resonte!:
--- Quote from: Gsterman on March 15, 2013, 05:45:34 PM ---im editing bot_base.cs, and I want the bot to hold the akimbo guns.
how do I do that?
--- End quote ---
why?
ANYWAY
to edit appearance and hold items with events use
SetWeapon <itemData>
SetAppearance <Blockhead, Caveman, Cop, Criminal, national socialist, Zombie, Custom> - The "Custom" value automatically copies your current avatar by translating it into a nightmare string the text field
Gsterman:
--- Quote from: The Resonte! on March 15, 2013, 06:05:47 PM ---why?
ANYWAY
to edit appearance and hold items with events use
SetWeapon <itemData>
SetAppearance <Blockhead, Caveman, Cop, Criminal, national socialist, Zombie, Custom> - The "Custom" value automatically copies your current avatar by translating it into a nightmare string the text field
--- End quote ---
im making it as an addon, so I need to edit that ( i think, unless you can tell me how to do it with out that).
The thing is, it wont show up in-game, but it does in the addon list.