The Dink Network

Reply to Re: Game is not proceeding at start

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:
 
 
November 17th 2023, 07:52 PM
peasantmb.gif
yeoldetoast
Peasant They/Them Australia
LOOK UPON MY DEFORMED FACE! 
That segment is fine for me without 1.07 mode on. This is the snippet in the script (stella.d) for reference:

  
//has stella been revived
  if (&stella > 1)
  {
    //she should follow Dink
    sp_follow(&current_sprite, 1);
    sp_base_walk(&current_sprite, 250);
    sp_hitpoints(&current_sprite, 40);
    sp_defense(&current_sprite, 5);
    sp_speed(&current_sprite, 3);
    sp_timing(&current_sprite, 33);
  }