// Instruction Example : string plugin.file.name.get (long)
screen
.resolution
.set
(
512
,
384
)
for
(
%i
=
1
to
plugin
.number
.get
(
)
)
text
.display
(
plugin
.file.name
.get
(
%i
)
,
0
,
%i
*
10
)
next
(
)
text
.display
(
"Press a key to exit."
,
CENTER
,
350
)
keyboard
.wait
(
)
script
.stop
(
)