Quote:
|
Originally Posted by Yen
Did you try using setbackpal?
|
Yeah, it diddn't seem to work.
Gives the following error in RC when saving the npc
error: missing semicolon at line 3: setbackpal c100.png;
Despite this being the script:
//#CLIENTSIDE
if(playerchats && strequals(/test,#c)) {
setbackpal c100.png;
}