Missing ACS Specials/Functions
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.
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.
- 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
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);
- Deathman101
- Posts: 55
- Joined: Thu Sep 25, 2008 4:28 pm
Re: Missing ACS Specials/Functions
I had my LineId set, and even if I didn't ACS still should have highlighted the Scroll_Wall.