The Dink Network

DInk can walk of screen

September 26th 2004, 04:34 AM
fairy.gif
GlennGlenn
Peasant He/Him Norway
GlennGlenn doesn't want a custom title. 
If i use the Dink_can_walk_off_screen(1) thingie, do i have to use this command then to make him walk outside?

move(1, -50, 6 1);

And Can i make Dink come into the screen again?

I am too lazy to test
September 26th 2004, 04:42 AM
pig.gif
if you wanted to get him to go back you would just need to do move_stop(1, 4, 300, 1); or whatever. but its easyer to do sp_active(1, 0); when you want him to disapear, and sp_active(1, 1); when you want him to appear again. unless of cource you need dink_can_walk_off_screen(1);. then, i dunno.

i think your right about the stuff you said, but i'm too lazy to test for ya .
September 26th 2004, 04:43 AM
fairy.gif
GlennGlenn
Peasant He/Him Norway
GlennGlenn doesn't want a custom title. 
I did actually just ask, though I ain`t doiong any D-Mod or anything Sometimes i just like to ask these kind of questions , But thanks anyway

EDIT

If i use sp_active(1) How do I get dink to show up again= since this command kills dink completely.

Only his sprit will be alive, what I meant were that you can control Dink after using this command but He will be inviseble
September 26th 2004, 06:16 AM
custom_king.png
redink1
King He/Him United States bloop
A mother ducking wizard 
Use sp_nodraw(1,1); to make dink disappear while still existing, and sp_nodraw(1,0); to make him come back.
September 26th 2004, 07:39 AM
fairy.gif
GlennGlenn
Peasant He/Him Norway
GlennGlenn doesn't want a custom title. 
Thank you so much