Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
  • 0
GhostPlayer

In my script the sound is blocked D':

Question

 

Hi im new user :D (Sorry mi bad english i'm use Google translator) 

 

In my script the sound is blocked, as if it will continue to go down. The strange thing is that it happens with some sectors not with all, that I am doing badly.

 

script 3 (void)
{
        FloorAndCeiling_LowerRaise(14,20,0);
        delay(35*1);
        FloorAndCeiling_LowerRaise(13,255,0);
        delay(1);
        Floor_RaiseByValue(19,255,64);
        delay(1);
        acs_execute(4,0,0,0,0);
}

If you could help me, I would really appreciate it ^.^

Share this post


Link to post

2 answers to this question

Recommended Posts

  • 0

The way you scripted this, there is an argument missing for action special FloorAndCeiling_LowerRaise,

  • 251:FloorAndCeiling_LowerRaise (tag, fspeed, cspeed, boomemu);

causing a continuous sound for the ceiling movement.

 

Example pwad

Share this post


Link to post
  • 0
49 minutes ago, Kappes Buur said:

The way you scripted this, there is an argument missing for action special FloorAndCeiling_LowerRaise,

  • 251:FloorAndCeiling_LowerRaise (tag, fspeed, cspeed, boomemu);

causing a continuous sound for the ceiling movement.

 

Example pwad

now, I undestand. Thank you :P

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×