Author Topic: What would the guns akimbo name be?  (Read 471 times)

im editing bot_base.cs, and I want the bot to hold the akimbo guns.
how do I do that?

Also, how do I set the appearance?


im editing bot_base.cs, and I want the bot to hold the akimbo guns.
how do I do that?

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

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

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.

I don't follow.
You want to make setappearance and setweapon an addon, even when it's default?

I don't follow.
You want to make setappearance and setweapon an addon, even when it's default?


No, I want my bot to be an addon.

No, I want my bot to be an addon.
Then you should probably move over to the Modification board, where people actually know what to do.

Then you should probably move over to the Modification board, where people actually know what to do.

I posted it in Modification Help, but that forum is dead.