Notifications
Clear all
[Closed] Problem with scripts
Dec 28, 2005 1:36 pm
im a beginer to scripting in max, my scripts tend to work only once, if i run them twice within the same session of max–even after resetting–i get errors and the errors dont seem to be to be with variable naming, and often Max just crahes when wwriting/running scripts.
one other problem i have is scripting rotating objects. how would i rotate an object a complete revolution ie. a multiple of 360o …any help would be most appreciated, thanks
2 Replies
Dec 28, 2005 1:36 pm
It’s a long shot, but try defining your variables as “local” when possible.
(local x = blah)