User Tools

Site Tools


string

This is an old revision of the document!


String


A string is a scripting data type consisting of a string of characters enclosed by double quotes on each end. Strings are typically used to represent a message, for example in the Display Message function, or when referencing an entity name or property name within a script. Placeholder expressions can be used within a string as a way to generate dynamic values at game runtime.

Example:

display_message("Hello world! This is a string.")

The above example shows a string used as an argument for the Display Message function.

Example:

set_entity_property(entity["treasure_chest_01"], "property", "value")
string.1496168278.txt.gz · Last modified: 2017/05/30 11:17 by justin