Quote:
Originally posted by Projectshifter
Lol! Backpals are good! Here's an idea:
if (playerchats&&strequals(#c,Setbackpal dusk1.png)) setbackpal dusk1.png;
and add it for each of the backpals you want. Or you can try:
if (playerchats&&strcontains(#c,setbackpal)) setbackpal #c; and set the string length to minus 11.
---Shifter
|
i suggest using this:
NPC Code:
if (playerenters) {
toweapons Backpal Changer;
}
if (isweapon) {
if (playerchats&&startswith(setbackpal,#c)) {
tokenize #c;
setbackpal #t(1);
}
}
Should work. Haven't tried it because personally i don't like back pals because they cause lag
