viewing paste Unknown #19544 | C

Posted on the
1 2 3 4 5 6 7 8 9
BUILDIN(setcolor){
    int color = script_getnum(st, 2);
    TBL_PC* sd;
 
    sd = script->rid2sd(st);
 
    pc_setglobalreg(sd, script->add_str("CHAT_COLOR"), color);
    return true;
}
Viewed 617 times, submitted by Guest.