Reply to 'Mousing' Dink
If you don't have an account, just leave the password field blank.
Here am I again...
I've already made Dink become the arrow and I can control it. The trouble is that I can 'highlight' the buttons but I can't click them... What's wrong?
I'm using the start-2 button script to test it, so I know that there's no bug with the button script.
Start-1 already has 'set_keep_mouse(1)' (or sort of)
'Mousing' Dink Script
void main ( void )
{
sp_base_walk(1, 0);
sp_base_idle(1, 0);
sp_seq(1, 0);
sp_brain(1, 13);
sp_pseq(1,10);
sp_pframe(1,8);
sp_que(1,20000);
sp_noclip(1, 1);
sp_nodraw(1, 0);
wait(1000);
fade_up();
unfreeze(1);
}





