Posts: 110
Threads: 13
Joined: Oct 2013
Reputation:
0
2025-11-03, 09:32 PM
(This post was last modified: 2025-11-03, 09:45 PM by ardentcrest.)
trying Escape From Cnossus from 2013 getting this error
Error: 'subdivideHigh' is neither an array nor a function.
the line is
wall1 = subdivideHigh(x1, y1, x - 1, y2)
any help please
I'm always on the chat or facebook.
Posts: 1,850
Threads: 56
Joined: Aug 2019
Reputation:
26
Please, can you provide a link to the .bas file??
---
Boriel
Posts: 110
Threads: 13
Joined: Oct 2013
Reputation:
0
Escape from Cnossus
Author: Felix Plesoianu
Type: Dungeon Game
Year: 2013
Source: Yes
Link:
https://notimetoplay.org/games/roguelike...m-cnossus/
I'm always on the chat or facebook.
Posts: 110
Threads: 13
Joined: Oct 2013
Reputation:
0
Ok goto it working..... I just moved the function above the error line
I'm always on the chat or facebook.
Posts: 1,850
Threads: 56
Joined: Aug 2019
Reputation:
26
It's weird, because this should be partially supported (it should for subs, for example).
Anyway, another fix is to use DECLARE FUNCTION... (with the function header).
Will check it anyway.
---
Boriel