Difference between revisions of "FindNextFile"
Jump to navigation
Jump to search
m
Shortened example Script a bit.
imported>Haama (Describing output) |
imported>Low Post m (Shortened example Script a bit.) |
||
Line 14: | Line 14: | ||
Begin GameMode | Begin GameMode | ||
SetString -2000 "*.bsa" | |||
FindFirstFile -2050 -2000 1 | |||
While ( ( StringLen -2050 ) > 0 ) | |||
StringMsg -2050 1 | |||
FindNextFile -2050 | |||
Loop | |||
StopQuest TestFF | |||
End</pre> | End</pre> | ||