SirWayNe
SirWayNe
To 3: directly after `local new_building = BuildingHelper:PlaceBuilding(` ` -- Remove invulnerability on npc_dota_building baseclass new_building:RemoveModifierByName("modifier_invulnerable") `
i found the problem. the GNV_message length differs: LUA: 87552 (x3 EQ 262.656 Grid Blocks) JS: 32766 (Max Size of Datatype INTEGER) I think the LUA Function Send_ServerToPlayer is limited...
Works for me, cant find the Function for JS access to the string with for loop. building_helper.js: ``` function RegisterGNV(msg){ var GridNav = []; var squareX = msg.squareX var squareY...