JugglingDink's Profile
Currently working on remaking the original Dink adventure in Unity. I also have a handful of dmods available, if you're into that sort of thing xoxo
Um, in my DMOD, there's a small bit where Dink turns into a mouse pointer again. At the title screen, I used keep_mouse or whatever it is before set_mode(2);. So yeah, later on he turns back into the mouse cursor. There's a button which changes him back to Dink, but I can't seem to get it to work. This is my code thing:
But when I click on it nothing happens. What am I doing wrong?
//Returns dink to his body
void main(void)
{
sp_nodraw(¤t_sprite, 1);
sp_brain(¤t_sprite, 14);
}
void click(void)
{
sp_base_walk(1, 70);
sp_base_attack(1, 100);
set_mode(2);
sp_dir(1, 2);
sp_que(1, 0);
sp_noclip(1, 0);
sp_brain(1, 1);
sp_nodraw(1, 0);
sp_x(1, 320);
sp_y(1, 360);
freeze(1);
say_stop("Phew, back to my old body!", 1);
unfreeze(1);
}
But when I click on it nothing happens. What am I doing wrong?
JugglingDink has released 3 files
| Title | Category | Avg | Updated |
|---|---|---|---|
| The Disciple | D-Mod, Epic | 9.1 | May 20th, 2016 |
| Power Of Blood | D-Mod, Romp | 8.5 | June 22nd, 2011 |
| Pinky The Pig | D-Mod, Romp | 8.1 | December 21st, 2010 |
JugglingDink has written 1 review
| Title | File | Type | Score | Date |
|---|---|---|---|---|
| King of the DMOD Reviews | Echoes of the Ancients | Featured | 8.5 | January 24th, 2016 |
JugglingDink has taken 6 screenshots
| Screenshot | File | Date |
|---|---|---|
![]() |
The Disciple | May 20th, 2016 |
![]() |
The Disciple | May 20th, 2016 |
![]() |
The Disciple | May 20th, 2016 |
![]() |
Power Of Blood | April 11th, 2011 |
![]() |
Power Of Blood | April 11th, 2011 |
![]() |
Pinky The Pig | January 15th, 2011 |

9.1
8.5










