ðŦðēHospital Zone
The zone coords is important because all the npcs load when you get in the zone
zone = {
pos = vec3(299.0, -585.28, 43.28),
size = vec3(200.0, 200.0, 200.0),
},
The pos is the hospital zone coords where the hospital is located
pos = vec3(299.0, -585.28, 43.28),
The size is the radius of the zone
size = vec3(200.0, 200.0, 200.0),
Last updated