Advanced Search

Author Topic: Where are the scripts?  (Read 1645 times)

0 Members and 1 Guest are viewing this topic.

August 08, 2013, 10:14:38 PM
Read 1645 times

Offline TheDoc

  • Standard Member
  • Date Registered: August 31, 2011, 10:37:33 PM

    • View Profile
Where are the scripts?
« on: August 08, 2013, 10:14:38 PM »
I can't find any of the ACS script files in their respective map wads. The compiled BEHAVIOR lump is there but I cant open that, can I?

August 08, 2013, 10:30:34 PM
Reply #1

Offline Messatsu

  • MM8BDM Extender

  • ....
  • *****
  • Date Registered: November 10, 2010, 04:06:39 PM

    • View Profile
Re: Where are the scripts?
« Reply #1 on: August 08, 2013, 10:30:34 PM »
In the core? The only map missing scripts is Tengu because Ivory was all trolololol and stuff. (Those should be in 3b though)

August 08, 2013, 11:19:47 PM
Reply #2

Offline TheDoc

  • Standard Member
  • Date Registered: August 31, 2011, 10:37:33 PM

    • View Profile
Re: Where are the scripts?
« Reply #2 on: August 08, 2013, 11:19:47 PM »
Quote from: "Messatsu"
In the core? The only map missing scripts is Tengu because Ivory was all trolololol and stuff. (Those should be in 3b though)

Tengu was the one I was needing. The reason I assumed the scripts weren't there is because last time I checked (this must've been v2), the UNKOWN scripts were missing, so I assumed that they weren't in the file.

Speaking of tengu, the reason I wanted the scripts is because I want to know how to set more than one possible tracks for one stage, just like in Tenguman's stage.

August 09, 2013, 12:55:38 AM
Reply #3

Offline Messatsu

  • MM8BDM Extender

  • ....
  • *****
  • Date Registered: November 10, 2010, 04:06:39 PM

    • View Profile
Re: Where are the scripts?
« Reply #3 on: August 09, 2013, 12:55:38 AM »
Code: [Select]
Script 1 OPEN
{
Delay(1);
If(Random(0, 1) == 1){Changemus("EnkMus");}
}

That's the gist anyway.