[HELP] Rapid-fire fireballs

Mods, guides how to use and install mods go right in here.
Post Reply
User avatar
Vyper
Posts: 155
Joined: 16 Jan 2013, 23:18
Contact:

Post » 27 Mar 2013, 00:38

So what I want to do here is when you hold down the button to shoot fireballs, Mario rapidly shoots fireballs.
I changed the max amount of fireballs in variables.lua as well.

User avatar
BobTheLawyer
Posts: 2232
Joined: 01 May 2012, 21:00

Post » 27 Mar 2013, 02:23

Right under line 1092

Code: Select all

	--HORIZONTAL MOVEMENT
	if runkey(self.playernumber) then --RUNNING
add

Code: Select all

self:fire()
under that line.
Boom. Your done

Do I make the list now, LOK?

User avatar
Legend_of_Kirby
Posts: 752
Joined: 14 Oct 2012, 05:37
Contact:

Post » 27 Mar 2013, 03:57

... I edited it. Once again, I am sorry. I just forgot a lot of people since I usually never check the mod forums.

User avatar
BobTheLawyer
Posts: 2232
Joined: 01 May 2012, 21:00

Post » 27 Mar 2013, 04:11

Legend_of_Kirby wrote:... I edited it. Once again, I am sorry. I just forgot a lot of people since I usually never check the mod forums.
I wasn't totally serious.
I don't get easily offended.

Post Reply