<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.skyscrapersim.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=50.173.89.98</id>
	<title>Skyscraper Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.skyscrapersim.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=50.173.89.98"/>
	<link rel="alternate" type="text/html" href="https://wiki.skyscrapersim.net/index.php?title=Special:Contributions/50.173.89.98"/>
	<updated>2026-04-28T17:13:03Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://wiki.skyscrapersim.net/index.php?title=One_Jakarta_Center&amp;diff=17791</id>
		<title>One Jakarta Center</title>
		<link rel="alternate" type="text/html" href="https://wiki.skyscrapersim.net/index.php?title=One_Jakarta_Center&amp;diff=17791"/>
		<updated>2024-11-10T16:52:27Z</updated>

		<summary type="html">&lt;p&gt;50.173.89.98: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{legit}}&lt;br /&gt;
&#039;&#039;&#039;One Jakarta Center&#039;&#039;&#039; is a 67-floor tower located in [[Sigmaville]] and has a total of 10 elevators.&lt;br /&gt;
== Floors ==&lt;br /&gt;
* &#039;&#039;&#039;G&#039;&#039;&#039; - Ground Floor&lt;br /&gt;
* &#039;&#039;&#039;L&#039;&#039;&#039; - Hotel Mulia Lobby&lt;br /&gt;
* &#039;&#039;&#039;1-6&#039;&#039;&#039; - Shopping Levels&lt;br /&gt;
* &#039;&#039;&#039;7&#039;&#039;&#039; - Hotel Podium&lt;br /&gt;
* &#039;&#039;&#039;8-67&#039;&#039;&#039; - Hotel Rooms&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Emporium Coalham]]&lt;br /&gt;
* [[Plaza Moonlight]]&lt;br /&gt;
* [[One South Side]]&lt;br /&gt;
[[Category:Sumosoftinc&#039;s buildings]]&lt;br /&gt;
[[Category:Hotels]]&lt;/div&gt;</summary>
		<author><name>50.173.89.98</name></author>
	</entry>
	<entry>
		<id>https://wiki.skyscrapersim.net/index.php?title=RealisticTopBox2024&amp;diff=17790</id>
		<title>RealisticTopBox2024</title>
		<link rel="alternate" type="text/html" href="https://wiki.skyscrapersim.net/index.php?title=RealisticTopBox2024&amp;diff=17790"/>
		<updated>2024-11-10T16:50:21Z</updated>

		<summary type="html">&lt;p&gt;50.173.89.98: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{legit}}&lt;br /&gt;
&#039;&#039;&#039;RealisticTopBox2024&#039;&#039;&#039; is a script that allows users to add a realistic inspection box easily rather than spending time doing it manually. It was made by [[User:Lighthouse Friesland|Lighthouse Friesland]] as part of the [[LF Integration Project]].&lt;br /&gt;
&lt;br /&gt;
Beno Building Simulator (Incomplete) will also have this feature if it’s released.&lt;br /&gt;
&lt;br /&gt;
== How To Use ==&lt;br /&gt;
RealisticTopBox2024 is created to allow users to add realistic inspection box into their elevator cartops by following a few basic and easy steps instead of spending hours trying to manually create them. RealisticTopBox2024 hopes to completely redefine the concept of elevator coding in Skyscraper, as it allows a new feature to be added into elevator cartops.&lt;br /&gt;
&lt;br /&gt;
1)   Before adding your inspection box, place in this code (Function Activation Code). This will basically insert the functionscript into your building file, allowing you to place in the scripting code which actually creates the inspection box.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;Include RealisticTopBox2024/Scripts/r1_script.txt&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2)   Now it is time to place in the function: &amp;lt;code&amp;gt;InspectionBox&amp;lt;/code&amp;gt;. Syntax below.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;InspectionBox(BgTexture, UpTexture, UpLitTexture, DownTexture, DownLitTexture, GoTexture, GoLitTexture, InsUnlitTexture, InsLitTexture, AlarmTexture, EStopTexture, X, Z, Direction)&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;InspectionBox(InsBg, InsUp, InsUpLit, InsDown, InsDownLit, InsGo, InsGoLit, InsUnlit, InsLit, InsAlarm, InsStop, 0, 0, front)&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Syntax Description ==&lt;br /&gt;
&#039;&#039;&#039;Textures&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
#BgTexture: background texture&amp;lt;br&amp;gt;&lt;br /&gt;
#UpTexture: up button texture&amp;lt;br&amp;gt;&lt;br /&gt;
#UpLitTexture: up button (lit) texture&amp;lt;br&amp;gt;&lt;br /&gt;
#DownTexture: down button texture&amp;lt;br&amp;gt;&lt;br /&gt;
#DownLitTexture: down button (lit) texture&amp;lt;br&amp;gt;&lt;br /&gt;
#GoTexture: go button texture&amp;lt;br&amp;gt;&lt;br /&gt;
#GoLitTexture: go button (lit) texture&amp;lt;br&amp;gt;&lt;br /&gt;
#InsUnlitTexture: inspection button texture&amp;lt;br&amp;gt;&lt;br /&gt;
#InsLitTexture: inspection button (lit) texture&amp;lt;br&amp;gt;&lt;br /&gt;
#AlarmTexture: alarm button texture&amp;lt;br&amp;gt;&lt;br /&gt;
#EStopTexture: emergency stop button texture&amp;lt;br&amp;gt;&#039;&#039;&#039;Position&#039;&#039;&#039;&lt;br /&gt;
#X: center x position&amp;lt;br&amp;gt;&lt;br /&gt;
#Z: center z position&amp;lt;br&amp;gt;&lt;br /&gt;
#Direction: specifies direction in which the box faces (can be left, right, front, back)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Credits ==&lt;br /&gt;
* Credits are given to [https://scratch.mit.edu/users/Jon5432 Jon5432] on Scratch for the textures&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Simple - Realistic Top Box]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Scripts]]&lt;/div&gt;</summary>
		<author><name>50.173.89.98</name></author>
	</entry>
	<entry>
		<id>https://wiki.skyscrapersim.net/index.php?title=Boards&amp;diff=17789</id>
		<title>Boards</title>
		<link rel="alternate" type="text/html" href="https://wiki.skyscrapersim.net/index.php?title=Boards&amp;diff=17789"/>
		<updated>2024-11-10T16:49:17Z</updated>

		<summary type="html">&lt;p&gt;50.173.89.98: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{legit}}&lt;br /&gt;
Boards are a feature in the [[Skyscrapersim Forum|forum]] as they are the main way to organize topics. Most of the boards used to be members only (Only the Software Development board still requires a login to view) but that restriction was lifted in February 2024 to reduce the number of spam account creations on the forum.&lt;br /&gt;
* Boards that can only be accessed by logged in members are in &#039;&#039;&#039;Bold&#039;&#039;&#039;.&lt;br /&gt;
== Boards ==&lt;br /&gt;
=== General Category ===&lt;br /&gt;
* [[Boards/The Welcome Center|The Welcome Center]]&lt;br /&gt;
* General Discussion&lt;br /&gt;
* Download Skyscraper Simulator&lt;br /&gt;
* &#039;&#039;&#039;[[Boards/Software Development|Software Development]]&#039;&#039;&#039;&lt;br /&gt;
* Bugs and Troubleshooting&lt;br /&gt;
** Software&lt;br /&gt;
** Buildings&lt;br /&gt;
&lt;br /&gt;
=== User Projects ===&lt;br /&gt;
* [[Boards/Buildings|Buildings]]&lt;br /&gt;
* Tutorials&lt;br /&gt;
* [[Boards/Integration Projects|Integration Projects]]&lt;br /&gt;
* [[Boards/Data|Data]]&lt;br /&gt;
* Content Requests&lt;br /&gt;
** New Content&lt;br /&gt;
** Existing Content&lt;br /&gt;
&lt;br /&gt;
=== Off Topic ===&lt;br /&gt;
* [[Boards/Off Topic|Off Topic]]&lt;br /&gt;
* [[Boards/Elevator Discussion|Elevator Discussion]]&lt;br /&gt;
[[Category:Browse]]&lt;/div&gt;</summary>
		<author><name>50.173.89.98</name></author>
	</entry>
</feed>