Skip to content

Scripting Question: Passing alias "variable" into LUA script #15

@jrsteensen

Description

@jrsteensen

Hello! Trying to do some LUA scripting via aliases. I have an alias "BNK_1" that holds the number "55555". (It's a "variable" alias.)

Then have a new "Deposit" alias:

/x=($1);/y=x / 10;/SendToServer("bank " .. BNK_1 .. " deposit " .. y)

How do I get the alias to act as a variable in the LUA?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions