Advanced Search

Author Topic: Mega Buster NoAmmo thing  (Read 1609 times)

0 Members and 1 Guest are viewing this topic.

October 03, 2016, 05:25:10 PM
Read 1609 times

Offline Xhatahx

  • Standard Member

  • *sregnif sevaelretni* stenet wef a evah I
  • Date Registered: September 03, 2016, 07:21:47 AM

    • View Profile
Mega Buster NoAmmo thing
« on: October 03, 2016, 05:25:10 PM »
Code: [Select]
Fire:
BUST B 0 A_JumpIfNoAmmo("NoAmmo") //Uh, why?
BUST B 0 A_PlaySoundEx("weapon/mbuster","Weapon")
BUST B 0 A_FireCustomMissile("MegaShot",0,0,8,0)
BUST CD 3
BUST B 2
BUST B 0 A_Refire
goto Ready2+1

October 03, 2016, 06:01:37 PM
Reply #1

Offline King Dumb

  • Global Moderator
  • *******
  • Date Registered: March 08, 2011, 02:56:25 AM

    • View Profile
Re: Mega Buster NoAmmo thing
« Reply #1 on: October 03, 2016, 06:01:37 PM »
Okay, I appreciate you being active on this forum, but in the future please pay attention to the tone you present in your posts; constructive criticism and suggestion are of course always welcome, but the tone you've been presenting in some of your posts is not. Please keep that in mind in the future!

As for the content of this post... It's just something that's listed on every weapon (since on most weapons it makes more sense lol), so I imagine it's just a relic of copypasting/standardization.

October 03, 2016, 06:14:31 PM
Reply #2

Offline Korby

  • Global Moderator

  • Benvenuto nella room italiana!
  • **************
  • Date Registered: March 04, 2010, 03:36:02 AM

    • View Profile
    • Korby Games
Re: Mega Buster NoAmmo thing
« Reply #2 on: October 03, 2016, 06:14:31 PM »
Most likely, it's a holdover of when the Megabuster cost ammo in an unreleased version.
It hasn't been removed because it's not really a huge deal.

October 03, 2016, 06:24:36 PM
Reply #3

Offline CutmanMike

  • Administrator

  • Is it hot in here or is it just zscript?
  • *******
  • Date Registered: December 17, 2008, 12:24:34 PM

    • View Profile
    • https://cutstuff.net
Re: Mega Buster NoAmmo thing
« Reply #3 on: October 03, 2016, 06:24:36 PM »
Buster Ammo is removed from this weapon when we don't want the player to be able to fire, probably useful in some mod but we use it for cutscenes.