The Dink Network

Reply to Re: Bah, humbug.

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
June 5th 2005, 11:45 AM
pig.gif
Thank you, the arrow works perfectly. Yeah, it is a choice menu, but this a for a final fantasy style turn based dmod, and it looks much better this way. Than using the old menu. Just one more thing though, do you know why the writing doesent show up? (the hitpoints one does show up, but in the wrong place).

int &arrow = create_sprite(510, 350, 0, 192, 2);
int &hit = say_xy("`%Hitpoints, &life", 90, 340);
int &att = say_xy("`%Attack", 550, 330);
int &mag = say_xy("`%Magic", 550, 350);
int &itm = say_xy("`%Item", 550, 370);
int &run = say_xy("`%Flee", 550, 390);
sp_kill(&hit, 0);
sp_kill(&att, 0);
sp_kill(&itm, 0);
sp_kill(&mag, 0);
sp_kill(&run, 0);

Cheers.