It keeps zoning into my Guild Hall and back...
I understand it's because of the way I've done it...
Like... (Example)
Code:
FindSpawnPoint()
If $Spawn = 4 Then
ToGHandBack()
FindSpawnPoint()
EndIf
SelectHM
GoOutside
$Spawn = 0
Func FindSpawnPoint()
If CheckArea(1234,1234,200) Then
$Spawn = 1
ElseIf CheckArea(5678,5678,200) Then
$Spawn = 2
ElseIf CheckArea(3213,3213,200) Then
$Spawn = 3
Else
$Spawn = 4 ;Unknown.
EndIf
EndFunc
I've actually attached my project to this file so you's can have a better look.
Thanks.
EDIT: Problem solved, thanks for the help...






