? about While Loop in a magiceffectscript that times out

Post » Thu Feb 20, 2014 2:59 pm

In a magic effect script with while loop, will the following (pseudo code) do any good?

Bool Continue

Magic effect start

Continue = true

While A == A && Continue

;do stuff

endwhile

endevent

Magic effect finish

Continue = false

endevent

Or is the while loop automatically disposed of properly by the game?

User avatar
Naomi Lastname
 
Posts: 3390
Joined: Mon Sep 25, 2006 9:21 am

Return to V - Skyrim