VirtualCartographer
Results
3
issues of
VirtualCartographer
I have altered a function in python on my computer, and pasted the altered function into the C:S Python Console. However, the Python console outputs the same value as the...
Something like... `cb = (0,0)`
when I run: `game.create_tree(vector_xz(cba[0].pos.x, cba[0].pos.z),"Alder")` The mod returns: `Error: Prefab 'Alder' not found (source: CreateTree) (script: line 7)` How do I find the proper name for this object and call...