Author Topic: Type Events  (Read 616 times)

Some of us are quicker at the keyboard than the mouse. (which is someone like me.)
So I suggest a mode where we can type events (well, at least most, let me explain.
All you would need to type to make a brick dissappear:
onactivate self dissappear 5
Seems pretty cool, right? But there's one part where it's not that cool. And that is when you set colors. Heres how:
onactivate self setcolor truenos special 1
Yes, you would need to type out the colorset.
But maybe something else could be used for setting colors?

How would you define a certain brick if you're typing it in the chat? Or do you type it on the brick itself?
« Last Edit: May 25, 2013, 10:51:57 AM by Blockhead8306 »

How would you define a certain brick if you're typing it in the chat? Or do you type it on the brick itself?
that's what I was thinking

How would you define a certain brick if you're typing it in the chat? Or do you type it on the brick itself?

Would recognise the name fine, just get it correct.

silly servercmds are by ID for adding events,
but silly fxdtsbrick functions for adding events is by string...

I tried to convert the names to IDs.. but it didn't work as well as I thought it would

I'll see what I can do.