[DECORATE] Execute ACS Script

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.
Locked
User avatar
Renegade
Posts: 83
Joined: Mon Dec 31, 2007 6:39 pm
Location: Alberta, Canada
Contact:

[DECORATE] Execute ACS Script

Post by Renegade »

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?
User avatar
Renegade
Posts: 83
Joined: Mon Dec 31, 2007 6:39 pm
Location: Alberta, Canada
Contact:

Re: [DECORATE] Execute ACS Script

Post by Renegade »

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.
User avatar
HotWax
Posts: 10002
Joined: Fri Jul 18, 2003 6:18 pm
Location: Idaho Falls, ID

Re: [DECORATE] Execute ACS Script

Post by HotWax »

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.
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)
User avatar
Renegade
Posts: 83
Joined: Mon Dec 31, 2007 6:39 pm
Location: Alberta, Canada
Contact:

Re: [DECORATE] Execute ACS Script

Post by Renegade »

HotWax wrote:All line specials can be used from Decorate
I did not know that. Thanks.
Locked

Return to “Editing (Archive)”