Hi Everyone this is my script and what i cant seem to figure out is how to stop the script right after it gives the messagebox "please Redo Balls" so it doesn't play to SPH2
(
)
obj = $SPH1
if obj == undefined then messagebox "please Redo Balls"
else
(
selectmore $SPH1
)
obj = $SPH2
if obj == undefined then messagebox "please Redo Balls"
else
(
selectmore $SPH2
)
thanks in advance.
miauu · 2015-09-01