zippysticks
New Member
- Joined
- Jun 14, 2012
- Messages
- 452
- Reaction score
- 0
I noticed most of the scripts uses the following for random dungeons:
And I was playing around with the leaveWhenFinished tag and the outcome is the same and makes the code more simple:
Can anyone explain to me what's the difference or why which method is better? Since I see majority using the first method. Any input is appreciated. Thanks.
Code:
<ExploreArea questId="72061" stepId="44" boxTolerance="0.35" boxSize="10" until="ExitFound" exitNameHash="-267501090" />
<UseObject questId="72061" stepId="44" actorId="175467" isPortal="True" destinationWorldId="50585" /> <!-- The Royal Crypts -->
And I was playing around with the leaveWhenFinished tag and the outcome is the same and makes the code more simple:
Code:
<ExploreArea questId="72061" stepId="44" boxTolerance="0.35" boxSize="10" until="ExitFound" exitNameHash="-267501090" leaveWhenFinished="True"/>
Can anyone explain to me what's the difference or why which method is better? Since I see majority using the first method. Any input is appreciated. Thanks.






