scripting credits

The place to discuss scripting and game modifications for X²: The Threat.

Moderators: Moderators for English X Forum, Scripting / Modding Moderators

Post Reply
Instinct
Posts: 4
Joined: Fri, 30. Jan 04, 00:34
x2

scripting credits

Post by Instinct » Sun, 1. Feb 04, 09:00

ok im a newb editor, not gonna lie.
how do i script credits for myself? help appreciated.

User avatar
Argonaught.
Posts: 1827
Joined: Wed, 6. Nov 02, 20:31
x4

Post by Argonaught. » Sun, 1. Feb 04, 11:56

Goto http://www.xscripting.com they have a fair few scripts, and I believe one of them is for alot of creds..
[MOD]X3TC No Fog / [MOD]X3AP No Fog / [MD]X3TC Menagerie Shipyard / [MD]X3AP Menagerie Shipyard
<==<<Argonaught>>==>

XBTF>XT>X2TT>X3R>X3TC>X3AP>X4F

I lurk alot for the most part now
:thumb_up:

Instinct
Posts: 4
Joined: Fri, 30. Jan 04, 00:34
x2

Post by Instinct » Tue, 3. Feb 04, 22:32

thx man, they had a credit script.

User avatar
LV
Sith Lord
Posts: 8255
Joined: Wed, 6. Nov 02, 20:31
x3tc

Post by LV » Tue, 3. Feb 04, 23:25

Code: Select all

<script>
	<name>add.money</name>
	<version>0</version>
	<engineversion>22</engineversion>
	<description>Free Coinage.</description>
	<arguments>
		<argument index="1" name="money" type="Number" desc="How Much?."/>
	</arguments>
	<sourcetext>
		<line linenr="001" indent="">
			<text>add money to player: </text>
			<var>$money</var>
		</line>
		<line linenr="002" indent="">
			<text>return </text>
			<var>null</var>
		</line>
	</sourcetext>
	<codearray>
		<sval type="array" size="10">
			<sval type="string" val="add.money"/>
			<sval type="int" val="22"/>
			<sval type="string" val="Mucho Coinage."/>
			<sval type="int" val="0"/>
			<sval type="int" val="0"/>
			<sval type="array" size="1">
				<sval type="string" val="money"/>
			</sval>
			<sval type="array" size="2">
				<sval type="array" size="3">
					<sval type="int" val="662"/>
					<sval type="int" val="131074"/>
					<sval type="int" val="0"/>
				</sval>
				<sval type="array" size="3">
					<sval type="int" val="103"/>
					<sval type="int" val="0"/>
					<sval type="int" val="0"/>
				</sval>
			</sval>
			<sval type="array" size="1">
				<sval type="array" size="2">
					<sval type="int" val="3"/>
					<sval type="string" val="Show Me The Money."/>
				</sval>
			</sval>
			<sval type="int" val="0"/>
			<sval type="int" val="0"/>
		</sval>
	</codearray>
</script>
I just wanted to try the *code* tag out :D
LV's TC Scripts
Readme's For All My Scripts


I felt a great disturbance in the forum, Like millions of voices cried out in terror, then were silenced

si tacuisses, philosophus mansisses

Post Reply

Return to “X²: The Threat - Scripts and Modding”