VDS Renaissance のインターフェースは複数の言語に対応しています。公式ドキュメントは、単一で一貫した常に最新のリファレンスを保証するため、英語で管理されています。

Floating point math functions

Visual DialogScript supports the following functions which can be used to perform floating point calculations:

@FABS absolute
@FADD addition
@FATN arctangent
@FCOS cosine
@FDIV division
@FEXP exp
@FINT
@FLN ln
@FMUL multiplication
@FRAC Fraction
@FROUND Round
@FSIN sine
@FSQT square root
@FSUB subtraction

The @FORMAT function can be used to convert floating point values to a fixed number of decimal places for display or comparison purposes.

Note that Visual DialogScript does not support the use of commas as decimal separators, as used in some European countries. This would be incompatible with the use of commas as parameter separators in DialogScript commands and functions.