Blockland Forums > Modification Help
Playing a weapons animation through a command
Pages: (1/1)
Pah1023:
Ok, I am learning how to make weapons, and I wanna know if you can make a reloading command with animation, and how.
Nexus:
Just look through some weapon codes
--- Code: ---%obj.playthread(2, armAttack);
--- End code ---
You are looking for something like this, right?
Pah1023:
No, I am trying to play a reload animation through a command.
Wheatley:
Look at other weapon's (Good example, Tier Tactical) reload systems.
Also, Blockland automatically has "reload" bound to light. It also has a pre-existing ammo system*. You could change it if you have a certain purpose, but otherwise, why complicate it?
*T+T2 and other similar weapons use a special alteration of the ammo system. Congrats, you read the fine print.
Pah1023:
--- Quote from: Wheatley on July 24, 2011, 01:44:35 AM ---Look at other weapon's (Good example, Tier Tactical) reload systems.
Also, Blockland automatically has "reload" bound to light. It also has a pre-existing ammo system*. You could change it if you have a certain purpose, but otherwise, why complicate it?
*T+T2 and other similar weapons use a special alteration of the ammo system. Congrats, you read the fine print.
--- End quote ---
Blockland dont automaticly have a reload system, people create it.
But, I will see if T+T2 has what I need.
Edit
Nope, that only moves your hand, I have a custom animation I am wanting to play.
Pages: (1/1)