ShagaDoom Posted September 13, 2023 Spoiler ACTOR Soulsphere2 : Health 32724 { Game Doom +COUNTITEM +INVENTORY.AUTOACTIVATE +INVENTORY.ALWAYSPICKUP +INVENTORY.FANCYPICKUPSOUND Inventory.Amount 200 Inventory.MaxAmount 200 Inventory.PickupSound "misc/pkup1" States { Spawn: SLP2 ABCDCB 6 Bright Loop } } How can I do it? 0 Quote Share this post Link to post
ramon.dexter Posted September 14, 2023 Remove inventory.autoactivate and add inventory.invbar and you're done. 1 Quote Share this post Link to post
Panda Posted September 14, 2023 21 hours ago, ShagaDoom said: Reveal hidden contents ACTOR Soulsphere2 : Health 32724 { Game Doom +COUNTITEM +INVENTORY.AUTOACTIVATE +INVENTORY.ALWAYSPICKUP +INVENTORY.FANCYPICKUPSOUND Inventory.Amount 200 Inventory.MaxAmount 200 Inventory.PickupSound "misc/pkup1" States { Spawn: SLP2 ABCDCB 6 Bright Loop } } How can I do it? Do it better as follows: Spoiler ACTOR Soulsphere2 : HealthPickup 32724 { Health -200 HealthPickup.Autouse 1 Inventory.PickupSound "pickup/health5" Inventory.UseSound "misc/pkup1" +COUNTITEM States { Spawn: SLP2 ABCDCB 6 Bright Loop } } 0 Quote Share this post Link to post
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.