TGHC wrote:
And another!

Capt. Hesp! We're going to have to install some more detection equipment in the clocktower!! Perhaps we can use DaddyHoggy's room, he hasn't been around for a while....

Moderators: winston, another_commander, Cody
TGHC wrote:
And another!
maybe..Uncle Reno wrote:TGHC wrote:
And another!My god, spam bots have got cloaking devices now!
Capt. Hesp! We're going to have to install some more detection equipment in the clocktower!! Perhaps we can use DaddyHoggy's room, he hasn't been around for a while....
What was that, an "Trumble Inside" ManPADS?!Captain Hesperus wrote:<proot> FWWWWWWOOOOOOOOoooooooooooooooooooooossssssssh!!
Something like, yes.Cmdr. Maegil wrote:What was that, an "Trumble Inside" ManPADS?!
I'm not sure, this project is reills' baby, but judging from the enhanced crossbracing and massive reinforcements to the foundations, it's a biggie. Hang on, I just found a brouchure on his workbench.Cmdr. Maegil wrote:BTW, you said you were installing a cannon... May I suggest an 88mm FlaK 37?
other than bots...I've seen botnet...but I don't think that would necessarily be used in this situation...although I suppose it's a possibility...from what I understand a botnet is a collection of bots that is controlled by one person...but I can't swear to that...I do know that a group of crows is a murder...TGHC wrote:What's the collective name for bots? I know that bankers is a wunch.
An 'irritation' of spam-botsTGHC wrote:What's the collective name for bots? I know that bankers is a wunch.
The only thing I say for it is that it is large. LARGE, but not quite as useful - nor stylish!Captain Hesperus wrote:Something like, yes.Cmdr. Maegil wrote:What was that, an "Trumble Inside" ManPADS?!
I'm not sure, this project is reills' baby, but judging from the enhanced crossbracing and massive reinforcements to the foundations, it's a biggie. Hang on, I just found a brouchure on his workbench.Cmdr. Maegil wrote:BTW, you said you were installing a cannon... May I suggest an 88mm FlaK 37?
Oh, boy!
Captain Hesperus
I suggest using a Big Bertha style gun (which shot a 1-ton shell) or one of the 2-ton shell one (can't remember what they called that) for anti-aircraft...hideously ineffective...but it's bound to be a funny sight...Cmdr. Maegil wrote:The only thing I say for it is that it is large. LARGE, but not quite as useful - nor stylish!![]()
Besides, you still have to get some sort of anti-aircraft point defense (for those planes that drop leaflets, tow banners over the beaches, etc.)
Code: Select all
"ATTACK_SPAMBOT" =
{
ENTER = ("scanForNearestUserWithRole: spambot");
"ATTACKED" = (fightOrFleeHostiles, setTargetToPrimaryAggressor, "commsMessage: [insult-spammer]", performAttack);
"INCOMING_SPAM" = (fightOrFleeSpam, "commsMessage: [spammer-nuisance]");
"ENERGY_LOW" = ("commsMessage: [senseless_bravado]", performAttack);
"TARGET_FOUND" = (setTargetToFoundTarget, "commsMessage: [insult_spammer]", performAttack);
"TARGET_DESTROYED" = ("commsMessage: [victory-gloating]", "setStateTo: LOOK_FOR_SPAMBOT");
"TARGET_LOST" = ("setStateTo: LOOK_FOR_SPAMBOT");
"NOTHING_FOUND" = ("setStateTo: LOOK_FOR_SPAMBOT");
EXIT = ();
UPDATE = (performAttack);
};