Alexandria Uptime: 16.13 Days
Total players online: 0



Take the Tour | Site Map

Name

rangedValue — Let the user type a value on the keyboard and returns it. Validates range and retries.

Synopsis

call setup.txt rangedValue { min } { max } [ return ]

Author

ScriptFellow

Parameters

Table 98. rangedValue parameters

NameDescription
minMinimum value
maxMaximum value
returnName of return value ('return' by default)

Description

Let the user type a value on the keyboard and returns it. Validates range and retries.

Returns

value is stored in %@1

Changes

#strRes, #journal

See Also

setup.value