- RoYaL Statyk
- |
- Exalted Member
ive been having a problem with running the script, "BluestreakJMS" on Gmax. i copy and pasted the script, but when i paste it, it goes in one long line as if there weren't any spaces or "enter" keys added in. but i saved anyway and when i try to run it, it says, "-- No ""="" function for (Global:false Global:maxver)". and i cant export my map. when i paste, it should look like:
all_objects_array = #()
all_object_names = #()
node_objects = #()
node_array = #()
node_translation = #()
node_rotation = #()
node_child_indices = #()
node_first_child_index = #()
node_next_sibling_index = #()
.... and so on
but instead it looks like:
all_objects_array = #() all_object_names = #() node_objects = #() node_array = #() node_translation = #() node_rotation = #() node_child_indices = #() node_first_child_index = #() node_next_sibling_index = #() marker_array = #() marker_parent_index = #() marker_translation = #() marker_rotation = #() geometry_objects = #() geom_parent_index = #() geom_materials = #()... and so on for the rest of the script
does anyone know what i can do to fix this?
[Edited on 08.09.2008 1:26 PM PDT]