Difference between revisions of "+functions/weather"
From Masq
Ihavenomouth (Talk | contribs) (Created page with ''''+weather''' <tt>precip() prate() sky() wind() temp() ground() tempf() daytime() season() wind_dir() wind_speed() weather()</tt> The '''+weather''' command gives the curren…') |
Ihavenomouth (Talk | contribs) |
||
| (2 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
| − | |||
| − | |||
| − | |||
<tt>precip() prate() sky() wind() temp() ground() tempf() daytime() season() wind_dir() wind_speed() weather()</tt> | <tt>precip() prate() sky() wind() temp() ground() tempf() daytime() season() wind_dir() wind_speed() weather()</tt> | ||
| − | + | The functions, all without an argument, return various aspects of the current weather conditions, and can be used in descs. For example, | |
<tt>> @desc here=The wind, from the [wind_dir()], ruffles the trees outside the room.</tt> | <tt>> @desc here=The wind, from the [wind_dir()], ruffles the trees outside the room.</tt> | ||
| + | [[Category:Help]] | ||
| + | [[Category:+help]] | ||
Latest revision as of 17:30, 4 January 2011
precip() prate() sky() wind() temp() ground() tempf() daytime() season() wind_dir() wind_speed() weather()
The functions, all without an argument, return various aspects of the current weather conditions, and can be used in descs. For example,
> @desc here=The wind, from the [wind_dir()], ruffles the trees outside the room.