Login / Registrieren
DE EN FR ES IT CZ
Zurück Nach oben

How to set the string of a value with lua

  • #1, by marvel 9 years ago Zitieren
    Ich have a value called "cmd" and want to change its string from "take" to "look". Any idea how to achieve it? smile
  • #2, by ke4 9 years ago Zitieren
    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"