.
-
- Retired Staff / Community Team Member
- Posts: 2569
- Joined: Sat Jun 02, 2012 2:44 am
RE: Stupid LMS Alpha 5
Glad to see this is still going on. A barrel of laughs to play online. Shame that there aren't many servers hosting it.
[quote=Zero X Diamond ]Careful, you don't want to push that Pikachu dude to action. Who knows what unspeakable things lie in store for you? Maybe he'll... send you another nasty tweet![/quote]
[quote=Sonter_Man]Autism runs amok on zandaemon[/quote]
[quote=Sonter_Man]Autism runs amok on zandaemon[/quote]
- Zakken
- Frequent Poster Miles card holder
- Posts: 935
- Joined: Sat Jun 02, 2012 2:32 am
- Clan: Power Fragging
- Clan Tag: [PF]
RE: Stupid LMS Alpha 5
Whoa, 17 maps already? This is the best WAD ever.
RE: Stupid LMS Alpha 5
the "poison doughnut" idea I gave tosen is still my favorite map, that and the lava themed racing map.
RE: Stupid LMS Alpha 5
You guys should focus efforts on making this compatible with IoP, as together, they become one hell of a combo!
=== RAGNAROK DM ON ... uh... dead forever? ===
=== ALWAYS BET ON ... uh... dead forever? ===
=== Who wanta sum wang? ===
=== Death and Decay - A new Monster/Weapon replacer ===
=== ALWAYS BET ON ... uh... dead forever? ===
=== Who wanta sum wang? ===
=== Death and Decay - A new Monster/Weapon replacer ===
-
- Retired Staff / Community Team Member
- Posts: 2569
- Joined: Sat Jun 02, 2012 2:44 am
RE: Stupid LMS Alpha 5
You guys could work together, can't you ? :PCatastrophe wrote: It is, the creator of IoP forces dmflags so, they have to fix it.
Also,
Que bueno sombrero !
Last edited by Ivan on Sat Jun 09, 2012 11:20 pm, edited 1 time in total.
=== RAGNAROK DM ON ... uh... dead forever? ===
=== ALWAYS BET ON ... uh... dead forever? ===
=== Who wanta sum wang? ===
=== Death and Decay - A new Monster/Weapon replacer ===
=== ALWAYS BET ON ... uh... dead forever? ===
=== Who wanta sum wang? ===
=== Death and Decay - A new Monster/Weapon replacer ===
-
- Retired Staff / Community Team Member
- Posts: 2569
- Joined: Sat Jun 02, 2012 2:44 am
RE: Stupid LMS Alpha 5
Looking forward to play online.
Nice catastrophe. You ROX!
Nice catastrophe. You ROX!
WAT THE FOCK
??!!11?1?1eLEven *Dubstep dramatization*
My secret to be badass:

My secret to be badass:
Spoiler: Click here! (Open)
-
- Retired Staff / Community Team Member
- Posts: 2569
- Joined: Sat Jun 02, 2012 2:44 am
RE: Stupid LMS Alpha 5 *FIX* 6/8/2012
Code: Select all
script 752 (void) net
{
giveinventory("TopHatGiver", 1);
delay(1);
restart;
}
script 753 (void) net
{
giveinventory("NIGPLZgiver", 1);
delay(1);
restart;
}
script 754 (void) net
{
giveinventory("Sombrerogiver", 1);
delay(1);
restart;
}
script 755 (void) net
{
giveinventory("Fezgiver", 1);
delay(1);
restart;
}
script 756 (void)
{
giveinventory("turbangiver", 1);
delay(1);
restart;
}
script 757 (void) net
{
giveinventory("runescapegiver", 1);
delay(1);
restart;
}
script 758 (void) net
{
giveinventory("bunnyearsgiver", 1);
delay(1);
restart;
}
script 759 (void) net
{
giveinventory("demonhornsgiver", 1);
delay(1);
restart;
}
script 760 (void) net
{
giveinventory("HaloGiver", 1);
delay(1);
restart;
}
script 761 (void) net
{
giveinventory("Mariohatgiver", 1);
delay(1);
restart;
}
Code: Select all
str hatno[/*hat number?*/] = {"Hat1","Hat2"/*,...*/}
script 750 (int hatno) NET
{
if(hatno > /*max hat number here*/) terminate;
ACS_ExecuteAlways(751,0,hatno,0,0);
}
//ExecuteAlways for multiplayer stuff
script 751 (int hatno)
{
giveinventory(hats[hatno], 1);
delay(1);
restart;
}
//maybe?
script 752 (void) NET
{
HudMessage(s:"Hats:\n1-Hat1\n2-Hat2\netc";HUDMSG_FADEOUT,0,CR_WHITE,0.5,0.5,10.0);
}
Last edited by Klofkac on Sun Jun 10, 2012 6:53 pm, edited 1 time in total.
𝕂𝕝𝕠𝕗𝕜𝕒𝕔
-
- Retired Staff / Community Team Member
- Posts: 2569
- Joined: Sat Jun 02, 2012 2:44 am
-
- Retired Staff / Community Team Member
- Posts: 2569
- Joined: Sat Jun 02, 2012 2:44 am
RE: Stupid LMS Alpha 5 *FIX* 6/8/2012
The old forum topic said that you asked people to submit monsters for your mod. I think I have such a monster that is suitable for it.
-
- Retired Staff / Community Team Member
- Posts: 2569
- Joined: Sat Jun 02, 2012 2:44 am
-
- Retired Staff / Community Team Member
- Posts: 2569
- Joined: Sat Jun 02, 2012 2:44 am
RE: Stupid LMS Alpha 5 *FIX* 6/8/2012
Uboa from ZH as a pet.
-
- Retired Staff / Community Team Member
- Posts: 2569
- Joined: Sat Jun 02, 2012 2:44 am