我一直在查看我的代码 2 个小时,现在尽我所能,这是我得到的错误:https ://pastebin.com/ga6CaL0w )
___________________________________________
############################################################################################
FATAL ERROR in
action number 1
of Step Event0
for object hiveEngine:
Variable hiveEngine.<unknown variable>(100010, -2147483648) not set before reading it.
at gml_Script_instance_create_hive (line 13) - maxHoney = hiveEngine.ds_hive_types[# 0, hiveType]
############################################################################################
--------------------------------------------------------------------------------------------
stack frame is
gml_Script_instance_create_hive (line 13)
called from - gml_Object_hiveEngine_Step_0 (line 27) - instance_create_hive(mouse_x,mouse_y,hiveTypes.langstroth);
似乎没有创建 ds/grid...这是我用于创建新实例配置单元的脚本(https://pastebin.com/mXL3jard),我用于创建初始网格的代码(https://pastebin .com/1Zuqdfj2),这是来自 hiveEngine 对象的整个步骤事件(https://pastebin.com/Z9V4bE8D)。
在我完全失去理智之前,我正在远离这个。</p>