Author Topic: Get client from player.  (Read 2415 times)

You could just have a simple setColor[Red] event and do the rest by script if you wanted, OR you could actually make this special thing an event of its own.

How do you put an event in a brick?
(Note it's not onPlant, it's an actual  %brick = new fxDTSBrick() type thing.)

How do you put an event in a brick?
(Note it's not onPlant, it's an actual  %brick = new fxDTSBrick() type thing.)
I forgot, but I know where you can find a reference, check the Creeper gamemode.

I forgot, but I know where you can find a reference, check the Creeper gamemode.
Thanks, I've solved my problems in a different way for now, but I'll still take a look.