How to set the string of a value with lua

  • #1, by marvelThursday, 20. April 2017, 17:41 7 years ago
    Ich have a value called "cmd" and want to change its string from "take" to "look". Any idea how to achieve it? smile

    Key Killer

    598 Posts


  • #2, by ke4Thursday, 20. April 2017, 18:07 7 years ago
    Hi Thomas, i'm not sure what are you asking here.
    You can set the string of a value like this:

    Values["cmd"].String = "look"

    Key Killer

    810 Posts