The Dink Network

Reply to Re: New Development D-Mod: Platform Dink

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:
 
 
January 12th 2010, 01:30 PM
slayer.gif
rabidwolf9
Peasant He/Him United States
twitch.tv/rabidwolf9 
Yeah, I've been fiddling with it and here's some things I did to make the jumping work better. I think you did the same for the platforms or something of the sort. Another bug was that if you jumped while screen changing, you could jump again in the air. So that was fixed as well.

Can't think of anything to deal with floating though

platform.c
----------
&use = 0 in touch proc

key-66.c
--------
added script_attach(1000) to the beginning and kill_this_task() to end of script
removed &use = 0 from end of moving part

gravity.c
---------
removed &use = 0