[DECORATE] Execute ACS Script
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.
[DECORATE] Execute ACS Script
I'm 95% sure I've read how to do this before, but I don't remember and I can't find a reference to it. Is it possible to have an Actor execute an ACS script?
- bagheadspidey
- Posts: 1490
- Joined: Sat Oct 20, 2007 10:31 pm
- Contact:
Re: [DECORATE] Execute ACS Script
Heh... I meant to say: "Is it possible to use DECORATE to have an actor execute an ACS script?"
But no matter, I've found it anyway. It was ACS_ExecuteAlways, which is what I thought. I thought I was wrong because SLumpED doesn't highlight the function in text.
But no matter, I've found it anyway. It was ACS_ExecuteAlways, which is what I thought. I thought I was wrong because SLumpED doesn't highlight the function in text.
Re: [DECORATE] Execute ACS Script
Spidey knew what you were asking, and he answered you. All line specials can be used from Decorate, so ACS_Execute would work just as well as ACS_ExecuteAlways. (The difference, BTW, is that ACS_Execute will not start a second copy of a script which is already running)Renegade wrote:Heh... I meant to say: "Is it possible to use DECORATE to have an actor execute an ACS script?"
But no matter, I've found it anyway. It was ACS_ExecuteAlways, which is what I thought. I thought I was wrong because SLumpED doesn't highlight the function in text.
Re: [DECORATE] Execute ACS Script
I did not know that. Thanks.HotWax wrote:All line specials can be used from Decorate