The Dink Network

Save bot and fountains

July 27th 2004, 04:06 PM
duckdie.gif
I would like to make a fountain base a save-bot. when I attached the save-bot script to the fountain and go into the game it looks like the strange machine.

Also, is there a script for the fountain water??

David
July 27th 2004, 08:51 PM
pq_frog.gif
Ric
Peasant They/Them Canada
 
Some fountains have scripts, most just have the water-spray sprite with brain 6 (repeat brain). Copy the save-bot script to your dmod story folder, and remove everything in the 'main' and 'hit' procedures.(they refer to the normal savebot graphics.) You'll need to set the water sprite to br.6, and sprite touch damage to -1, then it should work.
July 28th 2004, 05:43 AM
slayer.gif
MadStalker
Peasant He/Him Finland
tag line 
Uhhh, why touch damage to -1?

Yes, I know that it's required to run the touch procedure but why is it needed in this case?
July 28th 2004, 03:52 PM
pq_frog.gif
Ric
Peasant They/Them Canada
 
Hm. Your right. I typed that first thing in the morning. I think I'm awake now.
July 29th 2004, 06:43 PM
duckdie.gif
Thank you