Missing ACS Specials/Functions

Archive of the old editing forum
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
User avatar
Deathman101
Posts: 55
Joined: Thu Sep 25, 2008 4:28 pm

Re: Missing ACS Specials/Functions

Post by Deathman101 »

/bump
User avatar
Cutmanmike
Posts: 11353
Joined: Mon Oct 06, 2003 3:41 pm
Operating System Version (Optional): Windows 10
Location: United Kingdom
Contact:

Re: Missing ACS Specials/Functions

Post by Cutmanmike »

You need to identify a wall by giving it a line id. On your map, select the wall you want to scroll and give it the special [wiki]Line_SetIdentification[/wiki]. You should only need the first parameter (line id) for this. Line id's aren't the same as regular tags so you should start from 1. Then in your script, you need give Scroll_Wall the same line Id so it should be:

Code: Select all

Scroll_Wall(1, 5, 0, SIDE_FRONT, 2);
User avatar
Deathman101
Posts: 55
Joined: Thu Sep 25, 2008 4:28 pm

Re: Missing ACS Specials/Functions

Post by Deathman101 »

I had my LineId set, and even if I didn't ACS still should have highlighted the Scroll_Wall.
Locked

Return to “Editing (Archive)”