-
-
Notifications
You must be signed in to change notification settings - Fork 2
ink input
Black Ram edited this page Sep 22, 2024
·
2 revisions
Pixi’VN included in Ink syntax the possibility to use the Input.
The syntax is as follows:
#
+ request
+ input
+ type of the value
-
#
It is a special character used by Ink syntax for add Special Commands. -
request
It is the operation that you want to do with the input element. The available operations arerequest
. -
input
It is the type of the input element (is a string). If contains spaces, you must use double quotes.
Example:
request input
request input number
request input 'array of string'