Graal Forums  

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

 
 
Thread Tools Search this Thread Rate Thread Display Modes
  #1  
Old 11-09-2001, 09:54 PM
IceFire_TK IceFire_TK is offline
Banned
Join Date: Nov 2001
Location: O' Canada
Posts: 375
IceFire_TK is on a distinguished road
Send a message via AIM to IceFire_TK Send a message via Yahoo to IceFire_TK
Question Text Help...

I need help with the text script. For some odd reason, I can't write a script that tells you your ap(numeric) in your AP bar using text.(NOT message text If you think you could help me with my problem please post! Theres not much to this script but it uses a command I do not know....

-*Kyle08(Scripter)
  #2  
Old 11-09-2001, 11:27 PM
TDO2000 TDO2000 is offline
Registered User
TDO2000's Avatar
Join Date: Jul 2001
Location: Germany
Posts: 655
TDO2000 is on a distinguished road
if (playerenters || timeout) {
showimg 201,@#v(playerap),75,62;
changeimgvis 201,4;
timeout=.05;
}


something like this?
__________________
No Webhost at the moment
  #3  
Old 11-10-2001, 10:53 PM
IceFire_TK IceFire_TK is offline
Banned
Join Date: Nov 2001
Location: O' Canada
Posts: 375
IceFire_TK is on a distinguished road
Send a message via AIM to IceFire_TK Send a message via Yahoo to IceFire_TK
Thumbs up Thanx!

Thanx man for your help. I knew it was something like that but I couldn't quite get it. Thanx!

-Kyle08
  #4  
Old 11-10-2001, 10:55 PM
IceFire_TK IceFire_TK is offline
Banned
Join Date: Nov 2001
Location: O' Canada
Posts: 375
IceFire_TK is on a distinguished road
Send a message via AIM to IceFire_TK Send a message via Yahoo to IceFire_TK
Red face umm...

Actually I have 1 more questiom. How do you change the font style and zoom level?

-Kyle08
  #5  
Old 11-10-2001, 10:57 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
Re: umm...

Quote:
Originally posted by IceFire_TK
Actually I have 1 more questiom. How do you change the font style and zoom level?

-Kyle08
the font is changed within the showimg command
zoom is changed by 'changeimgzoom <index>,<zoomfactor>;'
__________________
  #6  
Old 11-10-2001, 11:40 PM
BocoC BocoC is offline
Registered User
BocoC's Avatar
Join Date: Jun 2001
Location: Washington State, USA
Posts: 980
BocoC is on a distinguished road
Send a message via AIM to BocoC Send a message via Yahoo to BocoC
showimg index,@fontstyle@bicus@text,x,y;

b=bold
i=italic
c=centered
u=underline
s=strikethru
__________________
-Boco

FLKJH$TRFG*$(&%>FMG >REN<>F ;.kjsd
  #7  
Old 11-10-2001, 11:51 PM
Poogle Poogle is offline
Registered User
Poogle's Avatar
Join Date: Jun 2001
Posts: 2,471
Poogle is on a distinguished road
Quote:
Originally posted by BocoC
showimg index,@fontstyle@bicus@text,x,y;

b=bold
i=italic
c=centered
u=underline
s=strikethru
Dont forget N!
n=normal
  #8  
Old 11-11-2001, 12:04 AM
IceFire_TK IceFire_TK is offline
Banned
Join Date: Nov 2001
Location: O' Canada
Posts: 375
IceFire_TK is on a distinguished road
Send a message via AIM to IceFire_TK Send a message via Yahoo to IceFire_TK
Wink Thanx

Thanx for your help! Now I can finnally get some stuff finished up!

-*Kyle08
 


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 05:51 PM.


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