diff --git a/base.fgd b/base.fgd index 75916a4..88b3e3a 100644 --- a/base.fgd +++ b/base.fgd @@ -105,6 +105,7 @@ input RunScriptFile(string) : "Execute a game script file from disk" input RunScriptCode(string) : "Execute a string of script source code" + input RunScriptCodeQuotable(string) : "Execute a string of script source code which converts double apostrophes ('') to quotation marks for strings" input CallScriptFunction(string) : "Call a named function from this entity's Activation Script"