Notifications
Clear all
[Closed] Simple Load Command?
Apr 07, 2004 9:04 pm
whats wrong here?
files = 鈥淒:\3dsmax6\maxstart.max鈥?br>
loadMaxFile files
it鈥檚 not loading鈥?surprised
5 Replies
Apr 07, 2004 9:04 pm
myDir = getdir #scene + 鈥淺鈥?br>
files = (myDir as string + 鈥渕axstart.max鈥?
loadMaxFile files
is there a better way?
thank you
Apr 07, 2004 9:04 pm
startFile = (getdir #scene + 鈥淺maxstart.max鈥?
loadMaxFile startFile
is there a better way?
thanks
Apr 07, 2004 9:04 pm
Originally posted by Technofreak
[B]startFile = (getdir #scene + 鈥淺maxstart.max鈥?
loadMaxFile startFileis there a better way?
thanks [/B]
Not really, the shortest notation you can get is
loadMaxFile (getdir #scene + 鈥?maxstart.max鈥?
Apr 07, 2004 9:04 pm
Originally posted by Bobo
[B]Not really, the shortest notation you can get isloadMaxFile (getdir #scene + 鈥?maxstart.max鈥? [/B]
not true!
loadMaxFile 鈥?scenes/maxstart.max鈥?/span>
- Martijn