entity.string1 ... entity.string2

Two general-purpose 32 character strings. Can be set by WED's entity properties panel and can be read in the script by the str_cpy or str_cat functions, but must not be altered.

Type:

char* pointer, read-only

Example:

str_cpy(name_str,my.string1);

See also:

skill