Author Topic: Cruxeis' Marvelous Mods Topic  (Read 9658 times)

Hooray! I was also hoping for the ability to change the timing that certain BL_ID's used, but this is good aswell!
I'll put that in, no problem :)

In your message box all mod.
Code: [Select]
for(%i = 0; %i < ClientGroup.getCount(); %i++)
{
%obj = ClientGroup.getObject(%i);
commandToClient(%obj, 'MessageBoxOK', %header, %text);
}
Can be simplified down to:
Code: [Select]
commandToAll('MessageBoxOK', %header, %text);

-snip-
Thanks, jes! But I already knew this, and I haven't touched any of these mods in a month. There are a lot of things I could improve with only the extra month of coding I've learned since I made these, but I don't plan on updating any of them.