Blockland Forums > Suggestions & Requests
left/right guns akimbo
AromaniaFTW:
Seems like a good idea and I can't see why anyone wouldn't be able to do it. It seems so simple I feel like doing it right now just to see what'd it be like as soon as I get on my computer...
But why would you need armor::onTrigger if you can't just do something for right-clicking in the Ready state for the shotgun? Unless you can't and I'm being dumb right now
AromaniaFTW:
okay i have absolutely no idea how to do this
i have no idea how to make the double barrel (left hand) actually do the sequences that it's supposed to
i used armor::onTrigger to attempt to do this via this approach:
--- Code: ---package AkimboSMGLupara
{
function Armor::onTrigger(%this, %player, %slot, %val)
{
%obj.setImageTrigger(1,1);
}
};
ActivatePackage(AkimboSMGLupara);
--- End code ---
to no avail
(%obj.setImageTrigger(1,1); being ripped from weapon_guns_akimbo)
anyone have any ideas