mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
Implement CSV / TSV import (#45)
- add csv/tsv importer - add `make_map` script function - add `alt name` field property - add `construction script` field property - add `construction script` game property
This commit is contained in:
@@ -13,6 +13,7 @@ $built_in_functions = array(
|
||||
'to_color' =>'',
|
||||
'to_image' =>'',
|
||||
'to_date' =>'',
|
||||
'make_map' =>'',
|
||||
// numbers
|
||||
'abs' =>'',
|
||||
'random_int' =>'',
|
||||
|
||||
Reference in New Issue
Block a user