// Instruction Example : long plugin.number.get ()
screen
.resolution
.set
(
512
,
384
)
text
.display
(
"the number of plugins is : "
,
CENTER
,
10
)
%MyNumber
=
plugin
.number
.get
(
)
text
.display
(
str
(
%MyNumber
)
,
CENTER
,
CENTER
)
text
.display
(
"Press a key to exit."
,
CENTER
,
350
)
keyboard
.wait
(
)
script
.stop
(
)