The Dink Network

Someone's Profile

2008-01-29 02:37:25
fairy.gif
Someone
Peasant He/Him Australia
 
It's very possible to get them back to strings. You just need to display one character at a time. So it's easier with a font where very character is the same width.

Make an exteral("something","say_str_xy",var,x,y) type function like this:

int &x = &arg2;
int &ntimes = 0;

loop:
//extract next letter from &arg1
if (&letter == 0) say_xy("A",&x,&arg3);
//etc
&x += <width of chars>;
&ntimes += 1;
if (&ntimes <= 6)
goto loop;

Because you can't pass strings in an external() nor determine the number of characters in a string you need to work out the x and y's if you wanted to have text on each side of the string (e.g. "Hi there, &name! How are you? is possible with an say_xy for "Hi there, " and one for "! How are you?" but you need to calculate the x/y yourself which isn't too hard but annoying if you want to do it a lot)

Someone has released 11 files

TitleCategoryAvgUpdated
Red ShieldD-Mod, UnfinishedGood 8.0December 4th, 2007
MouseDink Dev's DemonstrationD-Mod, DevelopmentExceptional 9.1December 4th, 2007
FIFO & Variables in DinkCDevelopment, TutorialExceptional 9.0December 4th, 2007
CustomFEMiscellaneous, FrontendExceptional 9.6December 4th, 2007
Fairy Goodness OnlineD-Mod, MiscellaneousGood 7.8March 22nd, 2002
CustomFE 1 SkinpackMiscellaneous, FrontendGood 8.4November 12th, 2000
DImageDevelopment, UtilityFair 6.9October 22nd, 2000
CEditDevelopment, UtilityExceptional 9.2October 14th, 2000
DMOD ManagerDevelopment, UtilityGood 8.4September 28th, 2000
Run.exeDevelopment, UtilityFair 6.6September 16th, 2000
DinkC TutorialDevelopment, TutorialFair 6.3April 16th, 2000

Someone has written 2 reviews

TitleFileTypeScoreDate
Nice use of Dinkc Platform DinkFeaturedGood 7.7January 23rd, 2010
An original DMOD I, Kara GuFeaturedExceptional 9.7December 10th, 2007