Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
Some time ago I found out that normal effect blocks use the number 0 or 1 (not a bool) for a disabler or enabler respectively, but the list of messages (http://capasha.com/notafraud/index.php#bc) doesn't seem to contain a message for when an effect block is placed. The closest thing I could find was the message for coin doors, as those use an integer as well (does that mean, if I can use it for normal effect blocks, I can use it for curses and zombies as well?).
Halp pls.
ERMAHGERD I AM THERE
Offline
switch(m.type)//m is message
{
console.WriteLine(m.type());
}
place a block and read what it writes
its that simple
if you can read this....good for you
Offline
Oh lol, thanks.
Being the programming nub I am, I always miss those simple inside-the-box things.
ERMAHGERD I AM THERE
Offline
[ Started around 1732286848.537 - Generated in 0.063 seconds, 12 queries executed - Memory usage: 1.39 MiB (Peak: 1.49 MiB) ]