+ Reply to Thread
Results 1 to 3 of 3

Thread: Help me with my script please?

  1. #1
    Bitchin' Sitar Solos nuttyyayap's Avatar
    Join Date
    Sep 2009
    Location
    Australia
    Posts
    430
    nuttyyayap has much to be proud of nuttyyayap has much to be proud of nuttyyayap has much to be proud of nuttyyayap has much to be proud of nuttyyayap has much to be proud of nuttyyayap has much to be proud of nuttyyayap has much to be proud of nuttyyayap has much to be proud of nuttyyayap has much to be proud of nuttyyayap has much to be proud of nuttyyayap has much to be proud of

    Help me with my script please?

    Okay, I'm making a script for my level, and it's giving me this error:
    8.03.10 22:26:54 [thingy line 6] this is not a valid script name.: boss )
    08.03.10 22:26:56 recompiling scripts after scenarios were merged.
    08.03.10 22:26:56 [thingy line 1] this left parenthesis is unmatched.: (script startup windslider

    and this is the script:
    (script startup place
    (Ai_place humans )
    (ai_place covies )
    (sound_looping_start levels\a10\music\a10_01 none 1 )
    (sleep_until (> 3 (ai_living_count covies ))0 )
    (wake boss )
    )

    (script dormant boss
    (ai_place the_boss )
    (device_set_position door_1 1 )
    )

    What did i do wrong?
    Quote Originally Posted by neuro View Post
    butts
    Quote Originally Posted by Siliconmaster View Post
    Butts.
    Reply With Quote

  2. #2

    Re: Help me with my script please?

    OK the first error is that the script name "boss" wasn't yet defined, so simply,
    put the dormant script ABOVE all scripts ("place" script in this case).

    Also, are you sure that you have only one .hsc file in your script folder? I don't see a startup script called "windslider"...

    If you do, then the problem is in another .hsc file in your scripts folder!

    If you don't, well... you can always ask someone who is much more proficient in scripting than me here!
    Last edited by EagerYoungSpaceCadet; August 3rd, 2010 at 09:04 AM. Reason: formatting duh
    Reply With Quote

  3. #3
    Driven by the B-Mashina Higuy's Avatar
    Join Date
    Nov 2007
    Location
    maryland
    Posts
    2,524
    Higuy has a reputation beyond repute Higuy has a reputation beyond repute Higuy has a reputation beyond repute Higuy has a reputation beyond repute Higuy has a reputation beyond repute Higuy has a reputation beyond repute Higuy has a reputation beyond repute Higuy has a reputation beyond repute Higuy has a reputation beyond repute Higuy has a reputation beyond repute Higuy has a reputation beyond repute

    Re: Help me with my script please?

    put your dormant script above the startup script, also make sure you dont have the space inbetween boss and )
    "I don't know wtf I'm doing. Zbrush UI is like looking into the matrix."
    Lumoria - Youtube - Portfolio
    Reply With Quote

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts