Nope, i dont. Just put that there for a laff
@Alex: never mind, giess that's another one for the "Unused/useless" mod pile in my Deus Ex folder(Which has nearly 20 packs in it :S)
<Off Topic> I got sick of typing in AltFire to use the secondary fire modes for the "tnag" guns, when they could take the laser sight(Redundant in MP), and do this to it.
- Code: Select all
Var DeusExPlayer P;
// Lots of codes here...
function LaserOn()
{
If (bHasLaser==True)
{
P.ConsoleCommand("altfire");
}
}
function LaserOff()
{
if (bHasLaser==True)
{
P.ConsoleCommand("altfire");
}
}
And with this project shoved down the bog, i now return to game design deadlock... I'm out of ideas for maps, and mods, and anything... If i was any more desperate, i would use that Neopets banner on my siggy, and sign up...
