
05-05-2003, 10:58 PM
|
|
Forbidden
|
 |
Join Date: Mar 2001
Posts: 7,206
|
|
Quote:
Originally posted by Falados
Maybe, I'd check, but who would want to waste their params on 1 thing? X_X, especially if its a character, you have to be conservative. It would be a lot nicer to edit the image and pass something via an attribute like...
NPC Code:
setplayerprop #P3,r g b;
and then in the script
NPC Code:
tokenize #P3;
setspritecolor 0,strtofloat(#t(0)),strtofloat(#t(1)),strtofloat(# t(2)),1;
Or something of that nature.
Setspritecolor being a new command to edit sprite stuff.
|
I am liking that idea very much :] |
__________________
|
|
|
|