Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - SWAT One

Pages: 1 2 3 [4] 5 6 7 8 9 ... 1374
46
Nah I mean, what if I don't want to mess with the defaults at all. Tbh, it's not hugely important. The random sound-playing aspect is what's most important to me.

47
So how would I do this if I ONLY want to play sounds to the client and not touch the spawn/death functions? Like, reduced so pseudo-code:

Code: (Example Pseudo-code) [Select]
onPlayerSpawn {
    if client.inMinigame {
        client.playSound(Datablock)
    };
};
onPlayerDeath {
    if client.inMinigame {
        client.playRandomSound(Datablock2, Datablock3, Datablock4)
    };
};
onPlayerKill {
    if client(killer).inMinigame {
        client(killer).playRandomSound(Datablock5, Datablock6, Datablock7)
    };
};

48
Added in that the player death sound should not play. But I already mentioned before that the default player spawning sound should not play.

49
Suggestions & Requests / [SCRIPT] Randomized Sounds on Spawn/Death/Kill
« on: October 23, 2019, 06:14:40 PM »
Hoping this would be a simple script, but basically if a user is in a minigame, play random sounds.

So how would I do this if I ONLY want to play sounds to the client and not touch the spawn/death functions? Like, reduced so pseudo-code:

Code: (Example Pseudo-code) [Select]
onPlayerSpawn {
    if client.inMinigame {
        client.playSound(Datablock)
    };
};
onPlayerDeath {
    if client.inMinigame {
        client.playRandomSound(Datablock2, Datablock3, Datablock4)
    };
};
onPlayerKill {
    if client(killer).inMinigame {
        client(killer).playRandomSound(Datablock5, Datablock6, Datablock7)
    };
};

That's it.

50
Add-Ons / Re: HFG-19 (Shoulder-Mounted Minigun)
« on: September 13, 2019, 08:51:01 PM »
> .50 Cal
> 15 Dmg per

That's uh, surprisingly low actually

51
Forum Games / Re: Discord Boss Battles (BFBB 3)
« on: September 09, 2019, 12:52:23 AM »
We've begun, the first boss has been defeated, and the first player boss has arisen!

52
Forum Games / Re: Discord Boss Battles (BFBB 3)
« on: September 08, 2019, 01:16:50 AM »
yes but how do i play??
Join the server. You can either click the banner in the op or the link in the op that says "come on in".

We're waiting until we have 4-5 players before we begin.

53
Forum Games / Discord Boss Battles (BFBB 3)
« on: September 07, 2019, 08:24:33 PM »


Iiiiit's BACK!

You remember the old classic Blockland Forums Boss Battles ( 1 & 2 )? Well, we're back, under the same management of lord techno (or Aqua on Discord). There probably won't be much, if anything posted here, but if you want to get in on the action or just spectate, come on in!

54
You get the Blockland Forums drama board.

I insert a pack of cigarettes and a note reading "for Ivan"

55
Add-Ons / Re: [Item] Antlers
« on: June 29, 2019, 11:36:17 AM »
Real wendigo hours

56
Off Topic / Re: Why did andy give away woody in toystory?
« on: June 14, 2019, 01:00:49 AM »
Bad writing

57
Off Topic / Re: [TRUTHS] the REAL blockland tier list.
« on: June 13, 2019, 12:39:28 AM »
wew laddie

58
Suggestions & Requests / Re: [EVENT] setEventEnabled but better
« on: May 19, 2019, 09:30:44 PM »
300 total. I have one system with >800 events which ran much like a script might for managing slayer teams, where a team leader could have team membership and manage it accordingly. Granted, a script would be more efficient at doing that, but I know what I know and can event it with much more ease.

59
Suggestions & Requests / Re: [EVENT] setEventEnabled but better
« on: May 19, 2019, 06:13:55 PM »
Right.... AND I said that we agreed on that point, but I'm just asking for a simple thing that would help optimize things in a small way and I doubt would take very long to put together. Since we agreed, you're wasting your time here derailing a topic now. If you want to set up a rant topic, go for it. Just not here, please.

Edit: I routinely event systems with well over 300 lines of events all put together, so yes, for the last time, a different system would probably be easier, but unless you've heard of anyone making a node-based system for Blockland, I'd prefer to be able to use the systems I know but more optimized.

60
Suggestions & Requests / Re: [EVENT] setEventEnabled but better
« on: May 19, 2019, 05:09:30 PM »
I agree with you there, but asking for a revamped event system is much more than optimization of an existing event.

Pages: 1 2 3 [4] 5 6 7 8 9 ... 1374