Code:
message_begin(MSG_ONE, 98, {0,0,0},id)
write_short(1<<0) // fade lasts this long duration
write_short(1<<0) // fade lasts this long hold time
write_short(1<<2) // fade type HOLD
write_byte(0) // fade red
write_byte(0) // fade green
write_byte(0) // fade blue
write_byte(0) // fade alpha
message_end()
Just change all RGB and alpha values to 0
__________________