Check Database
|
Function name : weCDatabase
|
This function allows to chain actions depending on a value in a database of the event.
- 1) Database name : the event of a base (omega in the example).
- 2) databaseRow : a base row (omega, in the example)
- 3) databaseId : (global, player, guild)
- 4) testFunction: Kind of test (==, !=, <, >, <=, >=)
- 5) testValue: Right value of the test
- 6) valideAction: Action if the test is "True".
- 7) failAction: Action if the test is "False".
- 8) [commun] Internal name of the function. This name is used especially for jumps, loops ...
←ARCC Guide EN