Page 1 of 1

A_Warp with specific target actor

Posted: Mon Nov 13, 2017 12:43 pm
by argv
A_Warp is a pretty thin wrapper around P_Thing_Warp. Now that we have ZScript, it seems sensible to expose P_Thing_Warp more directly, as well.

As a workaround, modders should be able to temporarily change one of the predefined actor pointers, call A_Warp, then change it back. That's kind of hacky, though.

Re: A_Warp with specific target actor

Posted: Mon Nov 13, 2017 12:45 pm
by Arctangent
argv wrote:As a workaround, modders should be able to temporarily change one of the predefined actor pointers, call A_Warp, then change it back.
We should be able to, and we are.

Re: A_Warp with specific target actor

Posted: Mon Nov 13, 2017 1:10 pm
by Graf Zahl
Just added. Please wait for the commit until I ran some tests.

Re: A_Warp with specific target actor

Posted: Tue Nov 14, 2017 5:21 am
by Blue Shadow

Re: A_Warp with specific target actor

Posted: Tue Nov 14, 2017 5:48 am
by Graf Zahl
Damnit, seems I forgot to save and test again after getting an error.

Re: A_Warp with specific target actor

Posted: Tue Nov 14, 2017 5:49 pm
by Rachael

Re: A_Warp with specific target actor

Posted: Tue Nov 14, 2017 11:11 pm
by argv
Thanks!