diff --git a/Lua-General-Functions.md b/Lua-General-Functions.md index b7c6548..e73f2a7 100644 --- a/Lua-General-Functions.md +++ b/Lua-General-Functions.md @@ -142,7 +142,7 @@ String get_zone_short_name(); Integer get_zone_instance_id(); Integer get_zone_instance_version(); Integer get_zone_weather(); -HashTable get_zone_time(); +HashTable get_zone_time(); -- three fields in the table returned: zone_hour, zone_minute, zone_time Void add_area(Integer id, Integer type, Real min_x, Real max_x, Real min_y, Real max_y, Real min_z, Real max_z); Void remove_area(Integer id); Void clear_areas(); @@ -175,4 +175,4 @@ SpawnPointOptions is a lua table that accepts the following values: Integer animation; } ``` -The values for spawn2_id, spawngroup_id, x, y, z, heading, respawn and variance are not optional and must be included when passed to add_spawn_point or the addition will fail. +The values for spawn2_id, spawngroup_id, x, y, z, heading, respawn and variance are not optional and must be included when passed to add_spawn_point or the addition will fail. \ No newline at end of file