GPDL $GET_GLOBAL_ASL

DungeonCraft Help Home

$GET_GLOBAL_ASL(Keyword)
$SET_GLOBAL_ASL(Keyword,Value)
$IF_GLOBAL_ASL(Keyword)
$DELETE_GLOBAL_ASL(Keyword)

Keyword is the (case-sensitive) keyword value.

Value is the string associated with the given keyword.

Used to manipulate the Global Associated String List (ASL). $SET and $GET return the value, $IF returns "1" if the keyword exists else "", and $DELETE returns "".

See Associated String Lists