T1 crunchy script

Have_Mercy
12-11-2002, 02:20 PM
Looking for Crunchy's "Double Weapon" script for T1. I will kiss your ass if you can help me find it. Your probly just gonna send me to a script site and thats fine, (maybe I havent been to that one) but I dont think this one is so readily available. Anyway, doesnt hurt to ask does it? My lips are puckered and ready!

Moss
12-11-2002, 02:44 PM
kinda like this?


Editactionmap("playmap.sae");
bindCommand(keyboard0, make, "3", TO, "weap::toggle();");
bindCommand(keyboard0, break, "3", TO, "");

$weap::enabled = 1;

function weap::toggle()
{
if($weap::enabled == 1)
{
use("Disc Launcher");
$weap::enabled = 0;
}
else if($weap::enabled == 0)
{
if((getItemCount("Mortar") == 1) && (getItemCount("Mortar Ammo") != 0))
use("Mortar");
else
use("Grenade Launcher");
$weap::enabled = 1;
}
else
{
use("Disc Launcher");
}
}

Have_Mercy
12-12-2002, 02:23 PM
ok......

I think I'll wait and see if anybody else can be more specific.

I dont know how many of you guys play T1 AND T2 but it really helps to have your key configs similiar, thats why I'm looking for T1 "Double Weapon". Anybody else have a clue where I can get it?

Moss
12-12-2002, 02:56 PM
If you told me what it was I could make it :f

Hindsight
12-12-2002, 03:02 PM
whats he asking for...?

UberGuy (FT)
12-12-2002, 03:59 PM
I should have it. I'll upload it to my site later tonight.

KOS
12-12-2002, 07:29 PM
u mean something that will toggle weapons by what number u press?

like 4 for disc launcher and hit it again to switch to grenade launcher or something?

Ambient7
12-12-2002, 07:32 PM
Holy crap, Dutchy...I wrote that script! :o

Have_Mercy
12-13-2002, 12:53 AM
Yeah. KOS explained it pretty good. It just puts two weapons on one key.

Thanks Uber! Appreciate it muchly! I owe ya...

·liquid·
12-13-2002, 12:56 AM
I don't think Crunchy ever made one like that for Tribes.

KOS
12-13-2002, 03:56 AM
i remember a script like that.. cant remember where it was from or any of that cause i deleted it about 10 mins after i got it because i hated it =\

Somec
12-13-2002, 06:36 AM
did you check www.planettribes.com/depot ? or www.slingscripts.com ?

UberGuy (FT)
12-14-2002, 02:44 AM
Sorry I didn't follow up - I had an emergency come up and never actually got home.

It was part of Writer's T1 pack that I was thinking of that did this. So you're probably better off with the snippet above, unless you would like to explore the wonders of Writer's script pack for T1 (which I thought rocked ;)).

Have_Mercy
12-14-2002, 01:17 PM
Well thanks for tryin guys. Thought I had that script backed up...oh well.

Albie
12-17-2002, 02:30 PM
Double weapon is apart of UltraLite, can get it from http://www.idk.org.uk

what it basicly does is lets u have disc chain on one key
etc.

so u only need to use keys 1234 to select ur weapons good idea i guess, I just use middle mouse for weapon change, find it alot easier O_o