<?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/index.php?action=history&amp;feed=atom&amp;title=End</id>
		<title>End - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.herc.ws/w/index.php?action=history&amp;feed=atom&amp;title=End"/>
		<link rel="alternate" type="text/html" href="https://wiki.herc.ws/w/index.php?title=End&amp;action=history"/>
		<updated>2026-05-01T08:56:08Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.21.11</generator>

	<entry>
		<id>https://wiki.herc.ws/w/index.php?title=End&amp;diff=252&amp;oldid=prev</id>
		<title>Mysterious: Created page with &quot;Category:Script_Command ==Syntax== *end;  ==Description== This command will stop the execution for this particular script. It is the normal way to end a script which d...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.herc.ws/w/index.php?title=End&amp;diff=252&amp;oldid=prev"/>
				<updated>2013-02-12T00:16:19Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;a href=&quot;/wiki/Category:Script_Command&quot; title=&quot;Category:Script Command&quot;&gt;Category:Script_Command&lt;/a&gt; ==Syntax== *&lt;a href=&quot;/wiki/End&quot; title=&quot;End&quot;&gt;end&lt;/a&gt;;  ==Description== This command will stop the execution for this particular script. It is the normal way to end a script which d...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:Script_Command]]&lt;br /&gt;
==Syntax==&lt;br /&gt;
*[[end]];&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
This command will stop the execution for this particular script. It is the normal way to end a script which does not use [[mes]], otherwise use [[close]].&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
   if(BaseLevel &amp;lt;= 10) {&lt;br /&gt;
      npctalk &amp;quot;Look at that you are still a n00b&amp;quot;;&lt;br /&gt;
      end;&lt;br /&gt;
   }&lt;br /&gt;
   if(BaseLevel &amp;lt;= 20) {&lt;br /&gt;
      npctalk &amp;quot;Look at that you are getting better, but still a n00b&amp;quot;;&lt;br /&gt;
      end;&lt;br /&gt;
   }&lt;br /&gt;
   if(BaseLevel &amp;lt;= 30) {&lt;br /&gt;
      npctalk &amp;quot;Look at that you are getting there, you are almost 2nd profession now right???&amp;quot;;&lt;br /&gt;
      end;&lt;br /&gt;
   }&lt;br /&gt;
   if(BaseLevel &amp;lt;= 40) {&lt;br /&gt;
      npctalk &amp;quot;Look at that you are almost 2nd profession&amp;quot;;&lt;br /&gt;
      end;&lt;br /&gt;
   }&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
==Notes==&lt;br /&gt;
Without the use of 'end' it would travel through all the if's until the end of the &lt;br /&gt;
script. If you were Level 10 or less, you would see all the speech lines, the use &lt;br /&gt;
of 'end' stops this, and ends the script.&lt;/div&gt;</summary>
		<author><name>Mysterious</name></author>	</entry>

	</feed>