Blockland Forums > Modification Help
Event system gui improvement. (Almost ready to release, help find bugs)
DrenDran:
In responce to this thread:
http://forum.blockland.us/index.php?topic=176751.0
This is what it looks like right now, more or less:
Download:
http://www.gamefront.com/files/21126786/Client_NewEvents.zip
The name system is different though, if you choose fxDTSBrick as your target, you get an extra parameter.
The first parameter is the brick names box if the target is fxDTSBrick. You type in the bricks names. You can have more than one, and it'll automatically create separate events for each one after you click send, for example:
onActivate -> fxDTSBrick -> setRendering -> |√| |self brick1 brick2|
Make an event like that, and when you click send, three events will be created, one that's like the old "self" target, and one for "brick1" and one for "brick2".
Or leave it blank, and it'll just create one "self" target.
The red buttons under the "used" check boxes will clear that row.
If anything glitches up real bad, just hit "send" and click "Events" in the wrench window, the gui should reset, but keeping all your events.
jes00:
So far it works the same except the delay is in a different spot?
pecon98:
I like this. Do you think that when you start getting to improvements maybe it could have input parameter support?
DrenDran:
--- Quote from: jes00 on November 23, 2011, 06:49:18 PM ---So far it works the same except the delay is in a different spot?
--- End quote ---
The red/green background is obviously different, event enabling was taken out for now (will probably end up doing it differently) but otherwise, no real changes. I want it to be tested as is and fix current bugs now, before I move on adding more features.
--- Quote from: pecon98 on November 23, 2011, 06:50:20 PM ---I like this. Do you think that when you start getting to improvements maybe it could have input parameter support?
--- End quote ---
You mean like, conditionals?
pecon98:
--- Quote from: DrenDran on November 23, 2011, 06:50:47 PM ---You mean like, conditionals?
--- End quote ---
Yes.