I noticed that several Line_Specials have a // in front of them:
// 101:Plane_Align
// 209:Transfer_Heights
// 210:Transfer_FloorLight
etc.
Does that mean, that they are commented out?
ACC 1.30 zspecial.acs
-
-
- Posts: 4076
- Joined: Thu Jul 17, 2003 12:19 am
- Location: British Columbia, Canada
-
- Lead GZDoom+Raze Developer
- Posts: 48665
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: ACC 1.30 zspecial.acs
These specials can only be used as line specials at level init time. Using them in a script is not possible so it makes no sense to define them.Kappes Buur wrote:I noticed that several Line_Specials have a // in front of them:
// 101:Plane_Align
// 209:Transfer_Heights
// 210:Transfer_FloorLight
etc.
Does that mean, that they are commented out?