Thread: wraptext2
View Single Post
  #2  
Old 08-07-2002, 12:15 AM
adam adam is offline
http://wiki.graal.us/
adam's Avatar
Join Date: Nov 2001
Posts: 2,247
adam has a spectacular aura aboutadam has a spectacular aura about
Send a message via AIM to adam
Re: wraptext2

Quote:
Originally posted by screen_name
okay

here i go

im trying to get wordwrap working

NPC Code:

if (actionserverside) {
with (getplayer(screen_name)) {
wraptext2 screenwidth-95,.75,,#p(2);
for (this.i=0;this.i<tokenscount;this.i++) {
addstring client.tellthem,#t(this.i);
}
}
}




however, when i trigger the weapon, it just gives me previous tokens, from when i tokenized something else for the player



can someone please help me Xx
I think we need more information. o.O

where did you tokenize anything to start with?
__________________
Rogue Shadow (TCN)(NAT)(Global Development Team)

For development help, contact the patrons of the #graaldt irc channel below, I am usually there.
Click Here to Join IRC Chat Now! -- irc.freenode.net Channel: #graaldt
Quote:
<Dustyshouri> no, RogueShadow is always talking about scripts lol
<Dustyshouri> in fact, he pretty much brought Graal back as a topic single-handedly
Reply With Quote