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 → A Few Questions
A Few Questions
2001-07-04, 12:35 PM #1
My Qustions:

1. How do I make a 'dressing room' COG so that when the player activates a surface it changes his 3do?

i.e.
Code:
activated:

if(GetSenderRef() == surf1)
{
[Change character 3do to something else, regardless of what the character's original 3do was]
return;


2. How do I use the functions described in Obsidian's tutorial on how to use COG to 'assign hotkeys?' I can't seem to understand where or how to implement it. I'd like the player to hit 'F' for instance and for the COG to print 'you have hit F.'

Your help, input, conversation, or mindless blather is greatly appreciated. And yes, this is a conspiracy....
Cordially,
Lord Tiberius Grismath
1473 for '1337' posts.
2001-07-04, 2:01 PM #2
1) SetThingModel(player, person);

2) You can only do that in MOTS.
2001-07-05, 12:20 AM #3
But wait!!!! I AM trying to do this in MotS!!!!! How do I do it?!?!?!
Cordially,
Lord Tiberius Grismath
1473 for '1337' posts.
2001-07-05, 11:16 AM #4
yeah so that means what seifer posted will work for what you want.
roses are red, violets are blue, I am schizophrenic, and I am too!
2001-07-05, 9:18 PM #5
*runs back to thread*

Okay , let me grab a turtuol for you.
2001-07-05, 11:45 PM #6
Ok, waiting...
Cordially,
Lord Tiberius Grismath
1473 for '1337' posts.
2001-07-06, 12:31 AM #7
For the 3do one you could open up Drazen Isle and look how Jeff Walter did it..
2001-07-06, 1:22 PM #8
I've already told him how to do the 3do. Stil serching for the tutiloral... god I hate that word.
2001-07-06, 11:33 PM #9
k, I'll check Drazen Isle, but I thought the command could only be used in MotS...
Cordially,
Lord Tiberius Grismath
1473 for '1337' posts.
2001-07-06, 11:37 PM #10
Hmmmm... I opened up Drazen Isle, but I can't seem to find the right COG, anybody know which one it's in?
Cordially,
Lord Tiberius Grismath
1473 for '1337' posts.
2001-07-08, 1:11 PM #11
Hey, Seifer! Where's that Tutorial?!? Are you referring to Obsidian's? Becuase if you are, I already read it. I understand it, but I can't implement it. :P
Cordially,
Lord Tiberius Grismath
1473 for '1337' posts.
2001-07-08, 1:17 PM #12
*Drops Obsidian's Tutorial*

Okay .. once second.

↑ Up to the top!