
darknesssamurai
Joined: Jul 26, 2010
It started with a Mew card and now I have all this
|
Posted: Jul 27, 2014 02:53 PM
Msg. 1 of 5
SOLVED.
Need help on a small script
I have a volume trigger set up for player entry for screen convolution, sort of wavey shock wave on screen when they enter the volume. The two errors say "... [line1] the value of this expression (in a <void> slot) can never be used.: jetboost)" Then, "this left parenthesis is unmatched.:(script continuous void jetboost"
When I fix one, the other error repeats twice. I can't tell if it's a wrong command or if its simply syntax.
SCRIPT: (script continuous void jetboost (begin (sleep_until (volume_test_objects triggerarea (players)) 1) (cinematic_screen_effect_start true) (cinematic_screen_effect_set_convolution 1 2 15.00 1.00 1.00)))
Any help is appreciated Edited by darknesssamurai on Jul 27, 2014 at 03:02 PM Edited by darknesssamurai on Jul 27, 2014 at 03:41 PM
|
|
|

Spiral
Joined: Apr 3, 2011
I hope i'm out of the way
|
Posted: Jul 27, 2014 02:57 PM
Msg. 2 of 5
Well there is a space between (sleep and _Until (sleep _until there ^ Edited by Spiral on Jul 27, 2014 at 02:57 PM
|
|
|

darknesssamurai
Joined: Jul 26, 2010
It started with a Mew card and now I have all this
|
Posted: Jul 27, 2014 03:00 PM
Msg. 3 of 5
That space was my Android auto-correct. Any other thoughts?
|
|
|

altis94
Joined: Oct 5, 2012
Join my Discord https://discord.gg/GDVEaRD
|
Posted: Jul 27, 2014 03:04 PM
Msg. 4 of 5
Remove void.
|
|
|

darknesssamurai
Joined: Jul 26, 2010
It started with a Mew card and now I have all this
|
Posted: Jul 27, 2014 03:41 PM
Msg. 5 of 5
SOLVED Thanks that worked.
|
|
|