GetWeather
Jump to navigation
Jump to search
Description
This function returns the current weather as two ints (primary and secondary).
Syntax
int int getWeather ()
Example
primary, secondary = getWeather () serverChat ( "The current weather is ", primary, " and ", secondary )