--- a/hedgewars/uCommandHandlers.pas Mon Oct 31 19:40:39 2011 +0200
+++ b/hedgewars/uCommandHandlers.pas Mon Oct 31 14:08:10 2011 -0400
@@ -130,6 +130,7 @@
begin
if s[1]='"' then Delete(s, 1, 1);
if s[byte(s[0])]='"' then Delete(s, byte(s[0]), 1);
+cScriptName:= s;
ScriptLoad(s)
end;