The script requests/brainstorming thread!
#76
There must be an ending quote if there was ever a starting one. Theres no way of "injecting" quotes into cubescript strings e.g. this:

say (concat '"' Hello world! '"')

...is currently not possible.

If you want to check if the current map has the word "gema" in it use:

if (strstr (curmap 1) gema) [do stuff if in gema] [do stuff if not in gema]
Thanks given by:


Messages In This Thread
RE: The script requests/brainstorming thread! - by Bukz - 26 Feb 11, 04:00PM