$endtry
Closes the Error Handling block.
Can only be used in BDScript 2.
Syntax
$endtry
Example
$nomention
$try
$calculate[$message]
$endtry
- With
$endtry
:
- Without
$endtry
:
$try
not closed with $endtry
or invalid use of $sum
How $calculate[]
, $message
and $try
works?
For more information, read the Error Handling guide.