I try to color a spider by aplying a new palette, with a script :
Quote
IF
Global("color","LOCALS",0)
THEN
RESPONSE #100
StaticPalette("MSLI_OC",Myself)
SetGlobal("color","LOCALS",1)
END
Global("color","LOCALS",0)
THEN
RESPONSE #100
StaticPalette("MSLI_OC",Myself)
SetGlobal("color","LOCALS",1)
END
The script is compiled without error, but the creature isn't re-palleted
if i add a "DisplayStringHead" action, the text is displayed, so the bloc work. So, is there a secret with the 341, or is this action doesn't working at all ?













