Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
Epyo

Sad but true -- Translation question

Recommended Posts

Yeah, I need help. Here's my script:

#include "zcommon.acs"

script 1 OPEN
{
	CreateTranslation (1, 64:79=112:127);
	Thing_SetTranslation (2, 1);
}
So it's supposed to take all brown parts of monsters tagged 2, and change them to corresponding green parts. Simple right? Then how come I'm getting:

Line 6: Thing_SetTranslation (2, 1);
Function thing_settranslation is used but not defined


Give me a hand here.

Share this post


Link to post

Most likely your header is out of date. Judging from this special's number I'd say it is one of the newer ones and therefore not supported in older headers.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×