How to George Include ????

Please use this part to report bugs & errors, ask questions & "How to..."
Post Reply
User avatar
Mads Juul
Posts: 3992
Joined: 02 May 2007, 19:18
Location: Viborg,Denmark
Contact:

How to George Include ????

Post by Mads Juul »

I have Saved the George Folder with the exaamples and the include directory in the TVpaint folder


if I run this script:

Code: Select all

param none
#INCLUDE "include/Basic.grg"
	tv_warn "juul"
first I get this error message:
ERROR:main program cant be truncated

and Then:
"C:\Programmer\TVPaintAnimation Pro\George\Export.grg"
LINE 3
ERROR:undeterminated main program limits
tv_warn "juul"


??????
-mads
User avatar
ematecki
Site Admin
Posts: 2257
Joined: 15 Feb 2006, 14:32

Post by ematecki »

Did you put a carriage return at the end of the last line ?

The best is to put 2 or 3 empty lines at the end of the file, so when you add something to the script, you don't forget that last carriage return.
Quicktime is DEAD. Get over it and move on !
User avatar
Mads Juul
Posts: 3992
Joined: 02 May 2007, 19:18
Location: Viborg,Denmark
Contact:

Post by Mads Juul »

Ok I found out as it it said in the manual I have to put the includes in the end af the script (and also functions)

so this works

Code: Select all

param none
   tv_warn "juul" 
#INCLUDE "include/Basic.grg"
-mads
Post Reply