Page 1 of 1

[ACS] Fetching 4 character sprite name from an actor?

Posted: Fri Jun 25, 2021 3:04 pm
by Lunia
Hello,

I'm currently making a mod for Zandronum (so no ZScript) and I'm trying to figure out a way to fetch the 4 character sprite name of an actor (like "TROO" for the DoomImp) through ACS without editing any DECORATE files.
Unfortunately there's no APROP_SpriteName property for GetActorProperty which is complicating things quite a bit.

Can this even be done?

Re: [ACS] Fetching 4 character sprite name from an actor?

Posted: Fri Jun 25, 2021 3:47 pm
by Graf Zahl
No, ACS has no access to this.

Re: [ACS] Fetching 4 character sprite name from an actor?

Posted: Fri Jun 25, 2021 4:11 pm
by Lunia
Graf Zahl wrote:No, ACS has no access to this.
All right, thanks for the quick response.