25.01.2011, 01:54:09
In RP/NP, we could with Type=Money and AutoFire=yes make a super weapon that automatically give us money.
In Ares there is no Type=Money, but we have other tags. I am trying to create this effect in Ares. Here is the codes I used:
I click on the sidebar cameo, and I get 10000, that works. But AutoFire does not work.
So how do I make a SW that would give me money, without having me clicking in the sidebar cameo?
In Ares there is no Type=Money, but we have other tags. I am trying to create this effect in Ares. Here is the codes I used:
Code Wrote:[MoneySpecial]
UIName=NOSTR:Give Money
Name=Donate
IsPowered=true
RechargeTime=.1
SidebarImage=
Type=SonarPulse;We must use some type, or it wont work
Action=None
ShowTimer=no
DisableableFromShell=no
;With these 3 values on these 3 tags, we have a dummy super weapon
SW.Range=-1
SW.AffectsHouse=none
SonarPulse.Delay=0
Money.Amount=10000
SW.AutoFire=yes
I click on the sidebar cameo, and I get 10000, that works. But AutoFire does not work.
So how do I make a SW that would give me money, without having me clicking in the sidebar cameo?
Java student.