DInk can walk of screen
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
move(1, -50, 6 1);
And Can i make Dink come into the screen again?
I am too lazy to test

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
.
i think your right about the stuff you said, but i'm too lazy to test for ya

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




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
Use sp_nodraw(1,1); to make dink disappear while still existing, and sp_nodraw(1,0); to make him come back.
Thank you so much
