viewing paste Unknown #6009 | C

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12
BUILDIN(dispbottom)
{
    TBL_PC *sd=script_rid2sd(st);
    const char *message;
    message=script_getstr(st,2);
    if(script_hasdata(st,3))
        color=script_getnum(st,3);
    else color = COLOR_DEFAULT;
    if(sd)
        clif->colormes(sd,color,message);
    return true;
}
Viewed 1412 times, submitted by lighta.