Reply to Re: healing fountain
If you don't have an account, just leave the password field blank.
In the original dink source, there's a file s1-fount.c. Try that one, this is what it contains - it heals you completely:
void main( void )
{
}
void talk( void )
{
&life = &lifemax;
wait(400);
say("The water has refreshed me.", 1);
}
void hit( void )
{
say("WATER MUST DIE!", 1);
}
void main( void )
{
}
void talk( void )
{
&life = &lifemax;
wait(400);
say("The water has refreshed me.", 1);
}
void hit( void )
{
say("WATER MUST DIE!", 1);
}