Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-19-2002, 10:06 PM
Joe27hunter Joe27hunter is offline
Banned
Join Date: Nov 2001
Posts: 35
Joe27hunter is on a distinguished road
Help me with this text writer

if (playerenters) {toweapons Text Writer;
}
if (strequals(#c,Text on)) {set text;
if (text) {setplayerprop#c,;
tokenize #s(server.text);
showimg 555,@verdana@#c,50,500;
changeimgvis 555,6;
changeimgzoom 555,0.65;
}
}
Reply With Quote
  #2  
Old 01-19-2002, 10:19 PM
TDO2000 TDO2000 is offline
Registered User
TDO2000's Avatar
Join Date: Jul 2001
Location: Germany
Posts: 655
TDO2000 is on a distinguished road
Re: Help me with this text writer

Quote:
Originally posted by Joe27hunter
if (playerenters) {toweapons Text Writer;
}
if (strequals(#c,Text on)) {set text;
if (text) {setplayerprop#c,;
tokenize #s(server.text);
showimg 555,@verdana@#c,50,500;
changeimgvis 555,6;
changeimgzoom 555,0.65;
}
}
NPC Code:

if (playerenters && !hasweapon(Text Writer)) {
toweapons Text Writer;
}
if(playerchats){
if(strequals(#c,text on)){
setplayerprop#c,;
tokenize #s(server.text);
showimg 555,@verdana@#c,50,500;
changeimgvis 555,6;
changeimgzoom 555,0.65;
}
if(strequals(#c,text off)){
hideimg 555;
}
}



could work this way, not tested
__________________
No Webhost at the moment
Reply With Quote
  #3  
Old 01-20-2002, 05:48 AM
Loriel Loriel is offline
Somewhat rusty
Loriel's Avatar
Join Date: Mar 2001
Posts: 5,059
Loriel is a name known to allLoriel is a name known to allLoriel is a name known to allLoriel is a name known to all
"changeimgvis 555,6;"
Spiffy, when did Stefan add new layers?
Reply With Quote
  #4  
Old 01-20-2002, 05:55 AM
amonrabr amonrabr is offline
Scripter
Join Date: Nov 2001
Location: Brazil
Posts: 374
amonrabr is on a distinguished road
Re: Re: Help me with this text writer

Quote:
Originally posted by TDO2000


NPC Code:

if (playerenters && !hasweapon(Text Writer)) {
toweapons Text Writer;
}
if(playerchats){
if(strequals(#c,text on)){
setplayerprop#c,;
tokenize #s(server.text);
showimg 555,@verdana@#c,50,500;
changeimgvis 555,6;
changeimgzoom 555,0.65;
}
if(strequals(#c,text off)){
hideimg 555;
}
}



could work this way, not tested
*changeimgvis 555,4;
Reply With Quote
  #5  
Old 01-20-2002, 06:28 AM
mikepg mikepg is offline
Registered User
Join Date: Nov 2001
Location: VA, USA
Posts: 501
mikepg is on a distinguished road
Send a message via AIM to mikepg Send a message via Yahoo to mikepg
Quote:
Originally posted by Loriel
"changeimgvis 555,6;"
Spiffy, when did Stefan add new layers?
I don't think he did. every layer past 6 is similar to layer 4, but just drawn over the previous number.

ie layer 7 draws over layer 6.
__________________
~War Lord Mpg2
Bravo Online's Asst. Staff Manager

"Sittin by the tree, sippin eggnog, waitin on christmas gifts"
Reply With Quote
  #6  
Old 01-20-2002, 07:08 AM
TDO2000 TDO2000 is offline
Registered User
TDO2000's Avatar
Join Date: Jul 2001
Location: Germany
Posts: 655
TDO2000 is on a distinguished road
Re: Re: Re: Help me with this text writer

Quote:
Originally posted by amonrabr


*changeimgvis 555,4;
oops ^_^
__________________
No Webhost at the moment
Reply With Quote
  #7  
Old 01-20-2002, 07:15 AM
royce royce is offline
Banned
royce's Avatar
Join Date: Sep 2001
Location: Yakitinzen, China
Posts: 2,271
royce is on a distinguished road
Send a message via AIM to royce
I thought it could be layered up to 10?
Reply With Quote
  #8  
Old 01-20-2002, 11:57 AM
LiquidIce00 LiquidIce00 is offline
RadioActive Monkeeh
LiquidIce00's Avatar
Join Date: Apr 2001
Location: dirty south
Posts: 2,112
LiquidIce00 is on a distinguished road
Send a message via ICQ to LiquidIce00 Send a message via AIM to LiquidIce00 Send a message via Yahoo to LiquidIce00
Quote:
Originally posted by Loriel
"changeimgvis 555,6;"
Spiffy, when did Stefan add new layers?
yeh I used up to like 8 i think ..
__________________
LiquidIce *Owner* (UnholyNation)
-UN Website
http://www.unholynation.com
-UN Forum
http://forums.unholynation.com
-
-the thinker
-

-
onwall2 for nonp2p (i suck at onwall)
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 06:40 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.