[.96x] SetActorProperty in DECORATE

Bugs that have been investigated and resolved somehow.

Moderator: GZDoom Developers

Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
Post Reply
Hyena
Posts: 69
Joined: Mon Oct 27, 2003 1:31 pm
Location: The Death Orb of Planet Peehole

[.96x] SetActorProperty in DECORATE

Post by Hyena »

BOSS A 2 SetActorProperty(0,APROP_Alpha,0.9)

The wiki says any action special can be used in place of an action function, yet Zdoom gives me an error message when I try to use this.
User avatar
Grubber
Posts: 1031
Joined: Wed Oct 15, 2003 12:19 am
Location: Czech Republic
Contact:

Post by Grubber »

SetActorProperty isn't action special but ACS built-in function :P.
Hyena
Posts: 69
Joined: Mon Oct 27, 2003 1:31 pm
Location: The Death Orb of Planet Peehole

Post by Hyena »

Okay. I guess I'll have to ACS_Execute then.
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49230
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Post by Graf Zahl »

Or use A_SetTranslucent(alpha, mode).
Post Reply

Return to “Closed Bugs [GZDoom]”