From 93c99bd3d043c3732f9cf0ab9aa826e1bddd43b6 Mon Sep 17 00:00:00 2001 From: Blixibon Date: Fri, 22 May 2020 22:29:06 -0500 Subject: [PATCH] Added RunScriptCodeQuotable --- base.fgd | 1 + 1 file changed, 1 insertion(+) 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"