<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://wiki.herc.ws/w/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.herc.ws/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Xienne15</id>
		<title>Hercules Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.herc.ws/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Xienne15"/>
		<link rel="alternate" type="text/html" href="https://wiki.herc.ws/wiki/Special:Contributions/Xienne15"/>
		<updated>2026-05-03T05:51:51Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.21.11</generator>

	<entry>
		<id>https://wiki.herc.ws/wiki/Isnight</id>
		<title>Isnight</title>
		<link rel="alternate" type="text/html" href="https://wiki.herc.ws/wiki/Isnight"/>
				<updated>2013-08-08T04:28:58Z</updated>
		
		<summary type="html">&lt;p&gt;Xienne15: /* Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Syntax==&lt;br /&gt;
*'''isday'''();&lt;br /&gt;
*'''isnight'''();&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
These functions determine whether server day or night cycle is currently in effect or not. If the server night is in effect, isday and isnight will return 0 and 1, otherwise 1 and 0 respectively.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
 [[if]](!isday())&lt;br /&gt;
 {&lt;br /&gt;
     [[mes]] &amp;quot;I do not work at day, come again tomorrow.&amp;quot;;&lt;br /&gt;
     [[close]];&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 if(isnight())&lt;br /&gt;
 {&lt;br /&gt;
     mes &amp;quot;I do not work at night, come again tomorrow.&amp;quot;;&lt;br /&gt;
     close;&lt;br /&gt;
 }&lt;br /&gt;
These two script fragments achieve the same effect.&lt;br /&gt;
&lt;br /&gt;
[[Category:Script Command]]&lt;/div&gt;</summary>
		<author><name>Xienne15</name></author>	</entry>

	</feed>