Author Topic: Is there such thing as a class chooser?  (Read 1135 times)

I want to make a game where you can choose your default weapon class. I saw it in a game before, but i can't seem to find the add on to pick your own class. As in pick, i mean like click a brick. And i need to be able to make multiple of them.

You have to event them yourself, there isn't a mod that does so.


Thanks guys, which events? Instructions please.

Thanks guys, which events? Instructions please.

Try:

Onactivate: Player: Add Weapon: ______

Onactivate: Player: Add Weapon: ______

Onactivate: Player: Add Weapon: ______

etc...

Onactivate: Brick: Set PlayerTransform: ________

I don't see AddWeapon


I don't see add item either 0_o

is that an add on?

I don't see add item either 0_o

is that an add on?

If it is, it only takes two seconds to get.

I think its in the RTB manager.

setItem is much more useful and effective.

setItem is much more useful and effective.
Not in this case. Unless I'm mistaken by which mod that is.

SetItem just puts the gun in your hand, not the inventory. Additem will add it into your inventory.
I like having Additem and Addinventory or whatever it's called. Addinventory allows you to chose which invent slot to put the item into.

I personally enjoy SetWeapon better, because you can create it that you can make your own weapons. [Primary, Secondary, Equipment, ect...]