Someone's Profile
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)
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
| Title | Category | Avg | Updated |
|---|---|---|---|
| Red Shield | D-Mod, Unfinished | 8.0 | December 4th, 2007 |
| MouseDink Dev's Demonstration | D-Mod, Development | 9.1 | December 4th, 2007 |
| FIFO & Variables in DinkC | Development, Tutorial | 9.0 | December 4th, 2007 |
| CustomFE | Miscellaneous, Frontend | 9.6 | December 4th, 2007 |
| Fairy Goodness Online | D-Mod, Miscellaneous | 7.8 | March 22nd, 2002 |
| CustomFE 1 Skinpack | Miscellaneous, Frontend | 8.4 | November 12th, 2000 |
| DImage | Development, Utility | 6.9 | October 22nd, 2000 |
| CEdit | Development, Utility | 9.2 | October 14th, 2000 |
| DMOD Manager | Development, Utility | 8.4 | September 28th, 2000 |
| Run.exe | Development, Utility | 6.6 | September 16th, 2000 |
| DinkC Tutorial | Development, Tutorial | 6.3 | April 16th, 2000 |
Someone has written 2 reviews
| Title | File | Type | Score | Date |
|---|---|---|---|---|
| Nice use of Dinkc | Platform Dink | Featured | 7.7 | January 23rd, 2010 |
| An original DMOD | I, Kara Gu | Featured | 9.7 | December 10th, 2007 |

8.0
9.1
6.9




