Page 1 of 1

[DECORATE] Trying to make a mod Zandronum-compatible, problem with A_Warp

Posted: Thu Oct 06, 2016 8:14 pm
by tarrasqueSorcerer
I'm trying to make my ZDoom-based mod work with Zandronum, and I got stuck at the point where it doesn't recognize A_Warp. Does this function not exist yet in Zandronum? The wiki says that only extra arguments are from a new version.
I have Zandronum 2.1.2. The line in question:

Code: Select all

TNT1 A 0 A_Warp(AAPTR_MASTER,0,0,0,0,WARPF_INTERPOLATE|WARPF_NOCHECKPOSITION)

[DECORATE] Re: Trying to make a mod Zandronum-compatible, problem with A_Warp

Posted: Thu Oct 06, 2016 8:22 pm
by Ivan
tarrasqueSorcerer wrote:I'm trying to make my ZDoom-based mod work with Zandronum, and I got stuck at the point where it doesn't recognize A_Warp. Does this function not exist yet in Zandronum? The wiki says that only extra arguments are from a new version.
I have Zandronum 2.1.2. The line in question:

Code: Select all

TNT1 A 0 A_Warp(AAPTR_MASTER,0,0,0,0,WARPF_INTERPOLATE|WARPF_NOCHECKPOSITION)
Use a Zandronum 3.0 build, 2.1.2 does not yet have that action function.