Decorate Armor in Oblige Wads

Ask about ACS, DECORATE, ZScript, or any other scripting questions here!

Moderator: GZDoom Developers

Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. If you still don't understand how to use a feature, then ask here.

Please bear in mind that the people helping you do not automatically know how much you know. You may be asked to upload your project file to look at. Don't be afraid to ask questions about what things mean, but also please be patient with the people trying to help you. (And helpers, please be patient with the person you're trying to help!)
Abashi76
Posts: 95
Joined: Fri Feb 06, 2015 5:05 pm

Decorate Armor in Oblige Wads

Post by Abashi76 »

I successfully added custom weapons to my Oblige wad.

Why won't the red armor work? I did it before but for some reason it is not working.
actor RedArmor : BasicArmorPickup 5210
{
inventory.pickupmessage "Picked up the GigaArmor!"
inventory.icon "ARM3A0"
armor.saveamount 300
armor.savepercent 75
states
{
Spawn:
ARM3 A 6
ARM3 B 7 bright
loop
}
}
I put down the right number for it, just like i did for the custom weapons and ammo. I never had this problem before.

EDIT : Nevermind, i need these weird things that say start and end.
User avatar
ramon.dexter
Posts: 1557
Joined: Tue Oct 20, 2015 12:50 pm
Graphics Processor: nVidia with Vulkan support
Location: Kozolupy, Bohemia

Re: Decorate Armor in Oblige Wads

Post by ramon.dexter »

Weird things? Markers in wad?

Return to “Scripting”