Results 1 to 4 of 4

Thread: whta is this?

  1. #1
    Join Date
    Jun 2008
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default whta is this?

    Line 149: [Error] (16172:5): Unknown identifier 'filename' in script C:\Documents and Settings\donna miller\Desktop\flax+spinner.scar

    this is the line
    if (filename = '') then filename := 'chars'

    and sorry for the misspelling errors its like 2 in the morning out here

  2. #2
    Join Date
    Oct 2006
    Location
    Ėstonia
    Posts
    71
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by jones2644 View Post
    Line 149: [Error] (16172:5): Unknown identifier 'filename' in script C:\Documents and Settings\donna miller\Desktop\flax+spinner.scar

    this is the line
    if (filename = '') then filename := 'chars'

    and sorry for the misspelling errors its like 2 in the morning out here
    This is an error.
    Under the includes part in the script there should be section Var.
    Under that add: filename : string;

  3. #3
    Join Date
    Mar 2007
    Location
    <3
    Posts
    2,683
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Filename is an old Var if i remember correct... The script you are using is outdated.

  4. #4
    Join Date
    Jun 2008
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ty both im really trying to figure out all these errors and eventually make my own script

Thread Information

Users Browsing this Thread

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

Posting Permissions

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