Thread: Setbackpal?
View Single Post
  #12  
Old 01-10-2006, 04:32 AM
JkWhoSaysNi JkWhoSaysNi is offline
Ruler of the graalaxy
Join Date: Feb 2005
Location: Great Britain
Posts: 488
JkWhoSaysNi is on a distinguished road
Send a message via ICQ to JkWhoSaysNi
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;
}
Reply With Quote