Thread: Room dimness
View Single Post
  #17  
Old 06-04-2002, 09:42 PM
IceFire_TK IceFire_TK is offline
Banned
Join Date: Nov 2001
Location: O' Canada
Posts: 375
IceFire_TK is on a distinguished road
Send a message via AIM to IceFire_TK Send a message via Yahoo to IceFire_TK
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
Reply With Quote