<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.amuletsandarmor.com/index.php?action=history&amp;feed=atom&amp;title=ScriptSlideCeilingNice</id>
		<title>ScriptSlideCeilingNice - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.amuletsandarmor.com/index.php?action=history&amp;feed=atom&amp;title=ScriptSlideCeilingNice"/>
		<link rel="alternate" type="text/html" href="http://wiki.amuletsandarmor.com/index.php?title=ScriptSlideCeilingNice&amp;action=history"/>
		<updated>2026-04-29T12:25:29Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.26.2</generator>

	<entry>
		<id>http://wiki.amuletsandarmor.com/index.php?title=ScriptSlideCeilingNice&amp;diff=1932&amp;oldid=prev</id>
		<title>PeeWeeRotA: Created page with &quot;SlideCeilingNice( [SectorNum], [Start], [End], [Time], [NextScript])  Moves a ceiling up or down over a period of time and calls the NextScript number when finished.  ===Argum...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.amuletsandarmor.com/index.php?title=ScriptSlideCeilingNice&amp;diff=1932&amp;oldid=prev"/>
				<updated>2016-11-30T12:50:21Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;SlideCeilingNice( [SectorNum], [Start], [End], [Time], [NextScript])  Moves a ceiling up or down over a period of time and calls the NextScript number when finished.  ===Argum...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;SlideCeilingNice( [SectorNum], [Start], [End], [Time], [NextScript])&lt;br /&gt;
&lt;br /&gt;
Moves a ceiling up or down over a period of time and calls the NextScript number when finished.&lt;br /&gt;
&lt;br /&gt;
===Arguments===&lt;br /&gt;
&lt;br /&gt;
'''SectorNum''' - The sector to move.&lt;br /&gt;
&lt;br /&gt;
'''Start''' - Height to start from when moving. (set to same as end for instant movement)&lt;br /&gt;
&lt;br /&gt;
'''End''' - Height to finish at.&lt;br /&gt;
&lt;br /&gt;
'''Time''' - Time it takes to finish moving.&lt;br /&gt;
&lt;br /&gt;
'''NextScript''' - Script number to run when finished. Set to -1 if none.&lt;br /&gt;
&lt;br /&gt;
===Example===&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
43:		//Start final room&lt;br /&gt;
		Block(two) ;&lt;br /&gt;
		Compare(endactive, ON) ;&lt;br /&gt;
		If(Equal, 102) ;&lt;br /&gt;
		SlideCeilingNice(495, 472, 176, 96, -1);&lt;br /&gt;
		SlideCeilingNice(496, 472, 176, 96, -1);&lt;br /&gt;
		Delay(112) ;&lt;br /&gt;
		Set(endactive, ON);&lt;br /&gt;
		Unblock(two);&lt;br /&gt;
		Gosub(44) ;&lt;br /&gt;
		End() ;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Back to [[Scripting]] Main Page&lt;/div&gt;</summary>
		<author><name>PeeWeeRotA</name></author>	</entry>

	</feed>