The Dink Network

Teleport

October 7th 2005, 04:06 PM
bonca.gif
Erwin
Peasant He/Him Netherlands
Friendship is magic 
Does anyone know how I make dink disappear? Like getting teleportet.
October 7th 2005, 04:44 PM
custom_magicman.gif
magicman
Peasant They/Them Netherlands duck
Mmmm, pizza. 
//You might want to freeze Dink, so you don't end up walking around with an invisible Dink
freeze(1);
sp_nodraw(1,1);

To make him become visible again:

sp_nodraw(1,0);
//Unfreeze only necessary when you've used freeze
unfreeze(1);
October 7th 2005, 05:33 PM
bonca.gif
Erwin
Peasant He/Him Netherlands
Friendship is magic 
It works Thanks!
October 8th 2005, 07:17 AM
fish.gif
Simeon
Peasant He/Him Netherlands
Any fool can use a computer. Many do. 
Take note though that a teleport to another screen automatically unfreezes Dink so you might wanna freeze him again in case the cutscene/event continues.