<?xml version="1.0" encoding="utf-8"?>
<!-- generator="Joomla! - Open Source Content Management" -->
<feed xmlns="http://www.w3.org/2005/Atom"  xml:lang="en-gb">
	<title type="text">Simple Rezzer</title>
	<subtitle type="text">Simple scripts tutorials</subtitle>
	<link rel="alternate" type="text/html" href="http://simplescript.sillo.org"/>
	<id>http://simplescript.sillo.org/index.php/simple-rezzer/10-configuration</id>
	<updated>2017-05-17T15:54:24+00:00</updated>
	<generator uri="http://joomla.org" version="2.5">Joomla! - Open Source Content Management</generator>
	<link rel="self" type="application/atom+xml" href="http://simplescript.sillo.org/index.php/simple-rezzer/10-configuration?format=feed&amp;type=atom"/>
	<entry>
		<title>Configuration</title>
		<link rel="alternate" type="text/html" href="http://simplescript.sillo.org/index.php/simple-rezzer/configuration"/>
		<published>2010-04-10T10:43:30+00:00</published>
		<updated>2010-04-10T10:43:30+00:00</updated>
		<id>http://simplescript.sillo.org/index.php/simple-rezzer/configuration</id>
		<author>
			<name>sandrine</name>
			<email>sandrine@sl-creation.org</email>
		</author>
		<summary type="html">&lt;div class=&quot;feed-description&quot;&gt;&lt;h1&gt;How to configure the script rezzer ?&lt;/h1&gt;
&lt;p&gt;You configure the script &lt;em&gt;rezzer &lt;/em&gt;with the notecard &lt;em&gt;configrezzer&lt;/em&gt;. You creat this notecard after the setup with the basic informations :&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img src=&quot;images/stories/tuto_1h/1h14.jpg&quot; border=&quot;0&quot; /&gt;&lt;/p&gt;
&lt;h2&gt;Sections syntax&lt;/h2&gt;
&lt;h3&gt;version&lt;/h3&gt;
&lt;p&gt;The syntax is simple :&lt;/p&gt;
&lt;p&gt;@version&lt;br /&gt;number&lt;/p&gt;
&lt;p&gt;For example for the first time :&lt;/p&gt;
&lt;p&gt;@version&lt;br /&gt;1&lt;/p&gt;
&lt;p&gt;The next time the number increase :&lt;/p&gt;
&lt;p&gt;@version&lt;br /&gt;2&lt;/p&gt;
&lt;p&gt;And so on&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;h3&gt;set&lt;/h3&gt;
&lt;p&gt;The syntax is simple :&lt;/p&gt;
&lt;p&gt;@set&lt;br /&gt;object name@position@rotation&lt;/p&gt;
&lt;p&gt;For example :&lt;/p&gt;
&lt;p&gt;bed@&amp;lt;-5.83262, 0.13095, -1.28894&amp;gt;@&amp;lt;0.25915, 0.65790, -0.25918, 0.65790&amp;gt;&lt;/p&gt;
&lt;p&gt;Object name : bed&lt;br /&gt;Position : &amp;lt;-5.83262, 0.13095, -1.28894&amp;gt;&lt;br /&gt;Rotation : &amp;lt;0.25915, 0.65790, -0.25918, 0.65790&amp;gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;h2&gt;Optional sections&lt;/h2&gt;
&lt;h3&gt;api (optional)&lt;/h3&gt;
&lt;p&gt;The syntax is&lt;/p&gt;
&lt;p&gt;@api&lt;br /&gt;channel number&lt;/p&gt;
&lt;p&gt;For example&lt;/p&gt;
&lt;p&gt;@api&lt;br /&gt;23560&lt;/p&gt;
&lt;p&gt;Used for slave mode.&lt;/p&gt;
&lt;p&gt;The api can get the object name to rez or the command name if there is a section @command.&lt;/p&gt;
&lt;p&gt;New in version 1.31 : special commands rezall and delall&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;h3&gt;trigger (optional)&lt;/h3&gt;
&lt;p&gt;The syntax is :&lt;/p&gt;
&lt;p&gt;@trigger&lt;br /&gt;name&lt;/p&gt;
&lt;p&gt;Need @api section to work. The rezzer menu is triggered if there is the name in the api channel.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;h3&gt;command (optional)&lt;/h3&gt;
&lt;p&gt;The syntax is :&lt;/p&gt;
&lt;p&gt;@command&lt;br /&gt;command name|object name&lt;/p&gt;
&lt;p&gt;For example :&lt;/p&gt;
&lt;p&gt;@command&lt;br /&gt;couch|bed&lt;br /&gt;sit|chair&lt;/p&gt;
&lt;p&gt;Need section @api to work.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;h3&gt;menu (optional)&lt;/h3&gt;
&lt;p&gt;The syntax is :&lt;/p&gt;
&lt;p&gt;@menu&lt;br /&gt;name|object&lt;/p&gt;
&lt;p&gt;For example :&lt;/p&gt;
&lt;p&gt;@menu&lt;br /&gt;bed|comfy bed V1.32&lt;br /&gt;chair|easy chair V3.21&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;h3&gt;dump (optional)     &lt;em&gt; new in version 1.2 !&lt;/em&gt;&lt;/h3&gt;
&lt;p&gt;The syntax is :&lt;/p&gt;
&lt;p&gt;@dump&lt;br /&gt;yes or no (default value)&lt;/p&gt;
&lt;p&gt;For example :&lt;/p&gt;
&lt;p&gt;@dump&lt;br /&gt;yes&lt;/p&gt;
&lt;p&gt;Now you get new coordinates in Chat if you move or rotate a rezzed object so you can change the line in the @set section.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;h3&gt;options(optional)     &lt;em&gt; new in version 1.3 !&lt;/em&gt;&lt;/h3&gt;
&lt;p&gt;The syntax is :&lt;/p&gt;
&lt;p&gt;@options&lt;br /&gt;rez on/off&lt;br /&gt;rezall on/off&lt;br /&gt;del on/off&lt;br /&gt;delall on/off&lt;br /&gt;move on/off&lt;/p&gt;
&lt;p&gt;For example :&lt;/p&gt;
&lt;p&gt;@options&lt;br /&gt;rezall off&lt;br /&gt;delall off&lt;/p&gt;
&lt;p&gt;This section is for menu options. Default is &quot;on&quot; for all options.&lt;/p&gt;
&lt;p&gt;If you put here &quot;delall off&quot; you'll get no more option &quot;Dell All&quot; in menu.&lt;/p&gt;
&lt;p&gt;If you dont put this section all values are &quot;on&quot;.&lt;/p&gt;&lt;/div&gt;</summary>
		<content type="html">&lt;div class=&quot;feed-description&quot;&gt;&lt;h1&gt;How to configure the script rezzer ?&lt;/h1&gt;
&lt;p&gt;You configure the script &lt;em&gt;rezzer &lt;/em&gt;with the notecard &lt;em&gt;configrezzer&lt;/em&gt;. You creat this notecard after the setup with the basic informations :&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;img src=&quot;images/stories/tuto_1h/1h14.jpg&quot; border=&quot;0&quot; /&gt;&lt;/p&gt;
&lt;h2&gt;Sections syntax&lt;/h2&gt;
&lt;h3&gt;version&lt;/h3&gt;
&lt;p&gt;The syntax is simple :&lt;/p&gt;
&lt;p&gt;@version&lt;br /&gt;number&lt;/p&gt;
&lt;p&gt;For example for the first time :&lt;/p&gt;
&lt;p&gt;@version&lt;br /&gt;1&lt;/p&gt;
&lt;p&gt;The next time the number increase :&lt;/p&gt;
&lt;p&gt;@version&lt;br /&gt;2&lt;/p&gt;
&lt;p&gt;And so on&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;h3&gt;set&lt;/h3&gt;
&lt;p&gt;The syntax is simple :&lt;/p&gt;
&lt;p&gt;@set&lt;br /&gt;object name@position@rotation&lt;/p&gt;
&lt;p&gt;For example :&lt;/p&gt;
&lt;p&gt;bed@&amp;lt;-5.83262, 0.13095, -1.28894&amp;gt;@&amp;lt;0.25915, 0.65790, -0.25918, 0.65790&amp;gt;&lt;/p&gt;
&lt;p&gt;Object name : bed&lt;br /&gt;Position : &amp;lt;-5.83262, 0.13095, -1.28894&amp;gt;&lt;br /&gt;Rotation : &amp;lt;0.25915, 0.65790, -0.25918, 0.65790&amp;gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;h2&gt;Optional sections&lt;/h2&gt;
&lt;h3&gt;api (optional)&lt;/h3&gt;
&lt;p&gt;The syntax is&lt;/p&gt;
&lt;p&gt;@api&lt;br /&gt;channel number&lt;/p&gt;
&lt;p&gt;For example&lt;/p&gt;
&lt;p&gt;@api&lt;br /&gt;23560&lt;/p&gt;
&lt;p&gt;Used for slave mode.&lt;/p&gt;
&lt;p&gt;The api can get the object name to rez or the command name if there is a section @command.&lt;/p&gt;
&lt;p&gt;New in version 1.31 : special commands rezall and delall&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;h3&gt;trigger (optional)&lt;/h3&gt;
&lt;p&gt;The syntax is :&lt;/p&gt;
&lt;p&gt;@trigger&lt;br /&gt;name&lt;/p&gt;
&lt;p&gt;Need @api section to work. The rezzer menu is triggered if there is the name in the api channel.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;h3&gt;command (optional)&lt;/h3&gt;
&lt;p&gt;The syntax is :&lt;/p&gt;
&lt;p&gt;@command&lt;br /&gt;command name|object name&lt;/p&gt;
&lt;p&gt;For example :&lt;/p&gt;
&lt;p&gt;@command&lt;br /&gt;couch|bed&lt;br /&gt;sit|chair&lt;/p&gt;
&lt;p&gt;Need section @api to work.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;h3&gt;menu (optional)&lt;/h3&gt;
&lt;p&gt;The syntax is :&lt;/p&gt;
&lt;p&gt;@menu&lt;br /&gt;name|object&lt;/p&gt;
&lt;p&gt;For example :&lt;/p&gt;
&lt;p&gt;@menu&lt;br /&gt;bed|comfy bed V1.32&lt;br /&gt;chair|easy chair V3.21&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;h3&gt;dump (optional)     &lt;em&gt; new in version 1.2 !&lt;/em&gt;&lt;/h3&gt;
&lt;p&gt;The syntax is :&lt;/p&gt;
&lt;p&gt;@dump&lt;br /&gt;yes or no (default value)&lt;/p&gt;
&lt;p&gt;For example :&lt;/p&gt;
&lt;p&gt;@dump&lt;br /&gt;yes&lt;/p&gt;
&lt;p&gt;Now you get new coordinates in Chat if you move or rotate a rezzed object so you can change the line in the @set section.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;h3&gt;options(optional)     &lt;em&gt; new in version 1.3 !&lt;/em&gt;&lt;/h3&gt;
&lt;p&gt;The syntax is :&lt;/p&gt;
&lt;p&gt;@options&lt;br /&gt;rez on/off&lt;br /&gt;rezall on/off&lt;br /&gt;del on/off&lt;br /&gt;delall on/off&lt;br /&gt;move on/off&lt;/p&gt;
&lt;p&gt;For example :&lt;/p&gt;
&lt;p&gt;@options&lt;br /&gt;rezall off&lt;br /&gt;delall off&lt;/p&gt;
&lt;p&gt;This section is for menu options. Default is &quot;on&quot; for all options.&lt;/p&gt;
&lt;p&gt;If you put here &quot;delall off&quot; you'll get no more option &quot;Dell All&quot; in menu.&lt;/p&gt;
&lt;p&gt;If you dont put this section all values are &quot;on&quot;.&lt;/p&gt;&lt;/div&gt;</content>
		<category term="Configuration" />
	</entry>
</feed>
