summaryrefslogtreecommitdiff
path: root/src/map/script.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/script.py')
-rw-r--r--src/map/script.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/script.py b/src/map/script.py
index ba0198c..068307a 100644
--- a/src/map/script.py
+++ b/src/map/script.py
@@ -54,3 +54,6 @@ class script_data(object):
yield 'str', v['str']
else:
yield 'numi', v['numi']
+
+ def to_string(self):
+ return None