Attract-Mode Support Forum
Attract-Mode Support => Scripting => Topic started by: jedione on December 31, 2016, 11:55:50 AM
-
so im trying to put conveyor module in its own .nut file,, but with no success.
fe.do_nut("scripts/conveyor.nut");
any help would be great thanks....
-
so i added screen with and height. and now it works
so now i can just add the wheel to any theme with..
//call wheel script
fe.do_nut("scripts/wheel.nut");
in the "layout.nut i think it keeps it clean and i can make a bunch of diff...wheels that i can switch to
ie: wheel.nut,, wheel_two.nut .ext.....