The Dink Network

Reply to Re: Alternative hero and Visions

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
March 8th 2010, 08:11 AM
slayer.gif
rabidwolf9
Peasant He/Him United States
twitch.tv/rabidwolf9 
I forgot something. I think I read in the DinkC Reference that set_dink_base_push() isn't saved with the game, so if you load a game, the game will use Dink's push if you haven't started a new game since you last quit. An easy fix should be to put set_dink_base_push(290); somewhere in start.c. It really shouldn't matter where.

Edit

Uh oh, set_dink_base_push() is making me walk through hardness. You can always disable push altogether by using this if it's not working for you either
push_active(0);

This is very odd..