Craig Martin

(Official) LUA Scripting Documentation

is_chance

A dice query (same as is_random).


Spec:

is_chance(
	long chance,
	long chances)

Parameters

Returns


Examples

is_chance(1,6)

A classic 6 sided dice throw. Won if 1 is thrown


is_chance(2,20)

Won if 1 or 2 is thrown on an 20 sided dice (10% chance)


Incomplete

This documentation is incomplete


back