Game Development Community

orcs rule

by Chris Sargent · in Game Mechanics Kit · 11/28/2009 (8:54 pm) · 6 replies

I was wondering on playing the mission orcs rule how do you get out of the hallway?

I see the blue key and when I mouse over it the cursor changes, but I have no idea how to pick it up.

#1
11/28/2009 (10:21 pm)
Right next to the locker is a switch on the wall. use it and the door will open.
#2
11/29/2009 (12:09 am)
I think you pickup/select the key by pressing "E" key.
#3
11/29/2009 (12:50 am)
E Wasn't doing anything for me. I looked in the options and there was nothing for select/pick up

@Michael - that is what I thought but how do you use the switch? All that happens when I mouse over the key or the switch is that the cursor changes to a hand. I have no idea what to push to pickup or activate anything
#4
11/29/2009 (4:39 pm)
if you ported your scripts over correctly then in

For T3D:
game/scripts/client/logickingMechanics/init.cs

For TGEA:
game/ScriptsAndAssets/client/scripts/logickingMechanics/init.cs

you will find the bind for use as well as the use function.
#5
11/29/2009 (4:53 pm)
Thanks Michael should have though to look there
#6
11/30/2009 (4:56 pm)
Chris,

When I mouse over the "blue key" cursor changes to a hand...then I press the "E" key & it picks up the "blue Key". Same with opening the locker door..cursor changes to a hand & then I press the "E" key. Works for me everytime.

Check the keybind commands....maybe conflict of two different commands using the "E" key.