Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsCog Forum → I still need that cog....
I still need that cog....
2003-03-12, 11:51 AM #1
It the saber color thing. I couldn't keep track of my old post because I was away for a while, any ways, just please give me the cog. Just post it. Thanks when ya do.

------------------
Q:Whats the diference between god and Bill Gates?
A: God knows that he's not Bill Gates and Bill gates doesn't know he's god.
2003-03-12, 12:08 PM #2
And still no reply.

------------------
Q:Whats the diference between god and Bill Gates?
A: God knows that he's not Bill Gates and Bill gates doesn't know he's god.
2003-03-12, 1:46 PM #3
Please people, don't ignore me. I know I'm a pest.

------------------
Q:Whats the diference between god and Bill Gates?
A: God knows that he's not Bill Gates and Bill gates doesn't know he's god.
2003-03-12, 3:59 PM #4
The topic where only I reply.

------------------
Q:Whats the diference between god and Bill Gates?
A: God knows that he's not Bill Gates and Bill gates doesn't know he's god.
2003-03-13, 7:05 AM #5
i wuld send you it, but i havent got your e-mail, ill se if i can post a copy.

------------------
I am pjb.
Another post......
another moment of my life wasted.....
I am Darth PJB!
well, go on, run away!

i have a plastic lightsaber and a jedi cape.. am i a nerd?

If gravity is a crule mistress, and bar tenders with bad grammar are untrustworthy, what is air?
2003-03-13, 7:10 AM #6
Here you go, (why dident you download it yourself) i dont know!
Code:
# Jedi Knight Cog Script
#
# S1L1_ENDLEVEL.COG
#
# [IS]
#
# (C) 1997 LucasArts Entertainment Co. All Rights Reserved
# ========================================================================================

symbols
message        startup
message			timer

material tip_mat=saberblue0.mat        
material side_mat=saberblue1.mat       

template tpl_wall=+ssparks_wall          local
template tpl_blood=+ssparks_blood        local
template tpl_saber=+ssparks_saber        local

int            player                        local
end

# ========================================================================================

code

startup:
		// Wait for the dust to settle a bit.
	SetTimer(0.5);
	Return;

timer:
#The bit you want	// This is Luke -- turn the saber blue
	jkSetSaberInfo(GetLocalPlayerThing(), side_mat, tip_mat, 0.003, 0.001, 0.120, tpl_wall, tpl_blood, tpl_saber);
#The bit you want end
   Return;

# ........................................................................................

end



------------------
I am pjb.
Another post......
another moment of my life wasted.....
I am Darth PJB!
well, go on, run away!

i have a plastic lightsaber and a jedi cape.. am i a nerd?

If gravity is a crule mistress, and bar tenders with bad grammar are untrustworthy, what is air?
2003-03-13, 4:40 PM #7
You don't understand, I need it for JK, and I read pieces of the faq around the site and it says you can't use mots stuff in Jk. Any ways, I'm gonna remove that feature instead I wish I could close this topic, because I have something else in mind. Mu-ha-ha-ha!


------------------
Q:Whats the diference between god and Bill Gates?
A: God knows that he's not Bill Gates and Bill gates doesn't know he's god.
2003-03-14, 1:53 AM #8
You can close topics! Just click on Administrative Options: Close Topic

/Edward


[This message has been edited by Edward (edited March 14, 2003).]
Edward's Cognative Hazards
2003-03-14, 11:42 AM #9
Quote:
<font face="Verdana, Arial" size="2">Originally posted by Edward:
You can close topics! Just click on Administrative Options: Close Topic

/Edward


[This message has been edited by Edward (edited March 14, 2003).]
</font>


No you can not. You must be admin or moderator.



------------------
Ich heisse Günther!
Ich heisse Günther!
2003-03-14, 1:17 PM #10
Dude . . . jkSetSaberInfo() is a JK verb... [http://forums.massassi.net/html/confused.gif]

------------------
Createthingatpos(GBK, 0, '0 0 0', '0 0 0');
And when the moment is right, I'm gonna fly a kite.
2003-03-15, 4:08 AM #11
You can delete topics in the editing menu.

------------------
"Häb Pfrässe, süsch chlepfts!" - The coolest language in the world (besides Cherokee)
"Häb Pfrässe, süsch chlepfts!" - The coolest language in the world (besides Cherokee)

↑ Up to the top!