Hello,
I am wanting to know how to sort lines and other things.
Code:
if(buf%4) {
send_to_char(ch, "\r\n");
}
Example:
Fireball, Firebolt, Fire, Ice(right here it would insert a \r\n)
Iceball, Icebolt, thunder, cure
So every four spells it would \r\n. I don't know if the above code is even close.