Author Topic: Updated Wrestling Belt  (Read 3411 times)

Updated Wrestling Belt
Sponsored by Hulk Hogan

How to use
This add-on is a revised version of Jack Noir's original wrestling belt.
Left click with the belt out and hold to grab someone, grabbing someone from behind is instant.
Right click to slap someone, rotating them 180 degrees and making them vulnerable for an instant grab.
Once you hold your opponent, left click to drop them without damage.
Right click to do a wrestling move, damage varying on where you are looking, looking up doing the most.
Pressing R will do the special move (which has a cooldown) that does more damage than the normal attack with the same varying with angle.
Hold right click if you've been grabbed to escape their meaty clutches.


Credits
- Jack Noir: Original Add-on
- Felipe: Updated model
- Hulk Hogan/randomtroll39: Tweaking/fixing
- Celau: making the awesome thread

Gallery



Okay, now THIS is epic

EDIT: Forgot to mention, if you have any hatmod hats equipped, equipping the belt will take them off. Whoopsie!
« Last Edit: August 06, 2018, 12:49:22 AM by HULKHOGANWWFWORLDCHAMPION »




addon section this month is man town

finally i can super slap people to other dimensuons then be hulk hagon
very cool addON BROTHERRRRRR


celau lets settle this in the ring brother

Okay, now THIS is epic

EDIT: Forgot to mention, if you have any hatmod hats equipped, equipping the belt will take them off. Whoopsie!
couldnt you have it mount to a different forgetin image

couldnt you have it mount to a different forgetin image
im too much of a brainlet to do that


im too much of a brainlet to do that
basically don't make the belt two separate images.
just make the normal one have the mountpoint still be 2,
then use this code
Code: [Select]
function WrestlingBeltItem::onUse(%this, %player, %invPosition)
{
%image = %this.image;
%player.updateArm(%image);
%player.mountImage(%image, 0);
}

That'll make it visually appear on mountpoint 2, but be in the 0 slot.