Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Server (https://forums.graalonline.com/forums/forumdisplay.php?f=14)
-   -   Text Help... (https://forums.graalonline.com/forums/showthread.php?t=16498)

IceFire_TK 11-09-2001 09:54 PM

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)

TDO2000 11-09-2001 11:27 PM

if (playerenters || timeout) {
showimg 201,@#v(playerap),75,62;
changeimgvis 201,4;
timeout=.05;
}


something like this?

IceFire_TK 11-10-2001 10:53 PM

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

-Kyle08

IceFire_TK 11-10-2001 10:55 PM

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

-Kyle08

G_yoshi 11-10-2001 10:57 PM

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>;'

BocoC 11-10-2001 11:40 PM

showimg index,@fontstyle@bicus@text,x,y;

b=bold
i=italic
c=centered
u=underline
s=strikethru

Poogle 11-10-2001 11:51 PM

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

IceFire_TK 11-11-2001 12:04 AM

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

-*Kyle08


All times are GMT +2. The time now is 03:19 PM.

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