4216
Modification Help / Re: This event will not show up...
« on: June 09, 2012, 08:51:55 AM »The event still doesn't show up.Show up where? in the add on list or in game?
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.
The event still doesn't show up.Show up where? in the add on list or in game?
Never mind. What am I doing wrong?Try this:
function GameConnection::ClearAllBricks(%client)
{
if ( %client.getRawIP() $= "local" || %client.getBLID() == getNumKeyID() )
{
serverCmdClearAllBricks( %client );
}
}
registerOutputEvent(GameConnection, "ClearAllBricks", 0, 1);
servercmdclearallbricks(%client);But won't that check for admin or super admin? He wants host only.
To make it an event it very straightforward, just copy any output event and replace the output script with this.
I'm trying to create an event that clears all bricks.Do you want it admin only?
Video time.Nice (I was the first to watch it) :)
While that might be a good idea, eventing most of it would help teach new players since they are given tools at the end of the tutorial and can then backtrace and see how it was made.I was just assuming Badspot would want it scripted because that's how the current Tutorial runs.
Simply put the attached file into Blockland/config/client/VCE/Didn't work. it said "Failed to connect due to DNS errors.". I did restart Blockland.
You might have to reload blockland, or you might not. I'm not sure.
noThen what do you do for it to work in game?
yeah but this is ingameBut won't you need to modify the VCE script to actually get it to work?
um bumpEasier to read: http://jes00.webs.com/vce-manual
I would recommend using triggers:I don't know what to set the trigger shape and stuff to.
http://forum.blockland.us/index.php?topic=192400.0