Page 1 of 1

Export P_Thing_Raise

Posted: Sat Aug 25, 2018 6:58 pm
by Accensus
I, and a bunch of other people out there, are encountering the issue with resurrecting multiple monsters. At the moment, the only solution is to use A_RadiusGive with a resurrector item that likely calls Thing_Raise, but I feel filthy just by thinking about it. Could we please get a proper ZScript way of resurrecting monsters?

Re: Export P_Thing_Raise

Posted: Sun Aug 26, 2018 2:43 am
by _mental_
Well, there are three functions that use P_Thing_Raise() internally. Actually, they are native only because the given function isn't exposed to ZScript.

Re: Export P_Thing_Raise

Posted: Sun Aug 26, 2018 3:20 am
by Accensus
How viable would it be to export it? I'm thinking something like A_RaiseActor(Actor target, int flags = 0).

Re: Export P_Thing_Raise

Posted: Sun Jul 28, 2019 4:07 am
by Blue Shadow