Jump to content

yet another impass in script.. i feel dumb


angelwraith

Recommended Posts

i need to clear a formlist of all its contents.. this is what i tried.. freeze every time..

 

i get that the labels are causing a loop but no idea why the conditionals arent working to bypass them at the right time??!!

 

	label 1
set myCount to (ListGetCount SUBsortAdvancedWeapList)
if (myCount > -1)

	ListRemoveNthForm SUBsortAdvancedWeapList myCount
	set myCount to (myCount - 1)
	goto 1
endif

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...