Author Topic: NVM  (Read 468 times)

This is a post that isnt here. it  is now deleted.
« Last Edit: August 07, 2012, 03:15:31 PM by NAT3 »


« Last Edit: August 07, 2012, 03:15:45 PM by NAT3 »

Helped a little, but not really what I was looking for. I want to know how to make that into an EVENT not a command.
Ehh

That's easy

« Last Edit: August 07, 2012, 03:16:03 PM by NAT3 »

Code: [Select]
function fxDTSBrick::changeMusicDlg(%this, %client)
{
%client.wrenchBrick = %this;
commandToClient(%client, 'OpenWrenchSoundDlg', "Set Music");
}
registerOutputEvent("fxDTSBrick","changeMusicDlg","",1);

« Last Edit: August 07, 2012, 03:16:19 PM by NAT3 »