View Single Post
  #1  
Old 09-02-2002, 12:00 PM
G_yoshi G_yoshi is offline
Forbidden
G_yoshi's Avatar
Join Date: Mar 2001
Posts: 7,206
G_yoshi will become famous soon enough
Send a message via AIM to G_yoshi
wraptext2 is freezing players...

I'm not sure what the problem is, but people get frozen during the character setup stuff on my PW. The reason is because I use wraptext2, or that is what I was told by Angel when she checked into it. There is an alternative to using wraptext2, but I want to keep my NPCs tidy and easy for me to go back and make changes on the fly.

This is a small section from part of my character setup stuff:

NPC Code:
  wraptext2 imgwidth(dk_window.png)-16,1,,@Trebuchet MS@Use the Arrow Keys to choose a JobClass. Press A to accept it. You must pick 3.;
for (i=0; i<tokenscount; i++) {
showimg 202+i,@Trebuchet MS@#t(i),(screenwidth/2)-191+16,(screenheight/2)+(i*18)-60;
showimg 302+i,@Trebuchet MS@#t(i),(screenwidth/2)-190+16,(screenheight/2)+(i*18)-59;
changeimgcolors 302+i,0,0,0,1;
changeimgzoom 202+i,1;
changeimgzoom 302+i,1;
changeimgvis 202+i,5;
changeimgvis 302+i,4;
}



Strange thing is, even on my crappy laptop, I didn't freeze...well, there were occasions where I used wraptext2 for something else and it made Graal freeze. :x But its otherwise never done that during character setup for me.
__________________
Reply With Quote