Anim8or Community

Please login or register.

Login with username, password and session length
Advanced search  

News:

Ian Ross has just released a book on Anim8or. It's perect for a beginner and a good reference for experienced users. It contains detailed chapters on every aspect, with many examples. Get your own copy here: "Anim8or Tutorial Book"

Author Topic: How do I install a script?  (Read 7267 times)

Mr Noob

  • Newbie
  • *
  • Posts: 5
    • View Profile
How do I install a script?
« on: April 07, 2009, 10:52:44 am »

Hi again.

I am having problems on how to make a script work in Anim8tor. Do I need to put the script in a specific location or do I just put it in with my .exe?

Its a script called Deform.a8s and I loaded it up but it came up with an error message

"error on line 35: undefined indentifier attribute"
"error on line 35: ';' expected"
"35 lines 2 errors"

Anyone know what I have done wrong?

Logged

floyd86

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1056
    • View Profile
    • http://youtube.com/profile?user=floyd386
Re: How do I install a script?
« Reply #1 on: April 07, 2009, 11:01:09 am »

You can make anim8or preload your scripts everytime you start up anim8or. Just made a new folder somewhere on your computer and place all your scripts in it. Now start up anim8or and go file>configure. At the scripts directories, place the folder you put your scripts in. Now everytime you open anim8or on that computer it will load the script automaticly.

Mr Noob

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: How do I install a script?
« Reply #2 on: April 07, 2009, 11:07:27 am »

Thanks it works now.
Logged

Claude

  • Sr. Member
  • ****
  • Posts: 285
    • View Profile
Re: How do I install a script?
« Reply #3 on: April 09, 2009, 07:02:52 pm »

with an error message

"error on line 35: undefined indentifier attribute"
"error on line 35: ';' expected"
"35 lines 2 errors"


The attribute indentifier was introduced in
v0.97c.Make sure to use v0.97d.
Logged