
08-07-2002, 09:03 PM
|
|
Scripter
|
Join Date: Nov 2001
Location: Brazil
Posts: 374
|
|
Re: wraptext2
|
wraptext2 is to write something on a image or on screen parts.. example..
wraptext2 imgwidth(door.png),1,,@Message.;
for (i=0; i<tokenscount; i++) {
showimg 202+i,@Trebuchet MS@#t(i),(screenwidth/4)-16,(screenheight/2)+(i*18)-60;
changeimgzoom 202+i,1;
changeimgvis 202+i,5;
}
It will make the tokens with the image width(door.gif) of letters..
I dont know if it works this way,anyway try:
wraptext2 screenwidth-95,.75,,@#p(2); |
|
|
|