a quick Fix for that error is..

--------------------------------

create your script in any of your favorite text editor (like as notepad)

then in a new folder..

===================
save you script as : data.gs
copy the o3d.exe (engine file) to the same folder..
then just run the o3d.exe to compile your script..

Thank You.


sample :

1.open notepad
-----------------

2. type this example code
----------------------------
screen2d 640,480,32,2
print "Hello From O3D"

waitkey
----------------------------

3.then save this as : data.gs in a new folder..
4.copy the o3d.exe (engine file) to the same new folder..
5.just run the o3d.exe from new folder..it will find & compile the script from data.gs

Thanks


Last edited by ACKNEX007; 06/14/07 17:46.