Notifications
Clear all

[Closed] Simple Load Command?

whats wrong here?

files = 鈥淒:\3dsmax6\maxstart.max鈥?br>
loadMaxFile files

it鈥檚 not loading鈥?surprised

5 Replies

myDir = getdir #scene + 鈥淺鈥?br>
files = (myDir as string + 鈥渕axstart.max鈥?
loadMaxFile files

is there a better way?

thank you

startFile = (getdir #scene + 鈥淺maxstart.max鈥?
loadMaxFile startFile

is there a better way?

thanks

Originally posted by Technofreak
[B]startFile = (getdir #scene + 鈥淺maxstart.max鈥?
loadMaxFile startFile

is there a better way?

thanks [/B]

Not really, the shortest notation you can get is

loadMaxFile (getdir #scene + 鈥?maxstart.max鈥?

thanks man鈥?/p>

Originally posted by Bobo
[B]Not really, the shortest notation you can get is

loadMaxFile (getdir #scene + 鈥?maxstart.max鈥? [/B]

not true!
loadMaxFile 鈥?scenes/maxstart.max鈥?/span>

  • Martijn