Page 1 of 1
narrator
Posted: Mon May 09, 2005 10:56 am
by Ice Cream Jonsey
Can anyone remember where you set the variable to determine if a game is in first, second or third person? I haven't done it in so long I can't remember where it is.
Posted: Mon May 09, 2005 11:04 am
by pinback
...will make it first person.
(It will also automatically instantiate a cemetary object somewhere in the game world.)
Posted: Mon May 09, 2005 11:25 am
by Ice Cream Jonsey
Chicks Dig Jerks - cemetery
Revenger - no cemetery
A Crimson Spring - cemetery
Fallacy of Dawn - no cemetery
No Time to Squeal - no cemetery
Necrotic Drift - no cemetery
We're not counting morgues as cemeteries, right? Right.
On the other hand, there were bars in four of six.
Posted: Mon May 09, 2005 11:38 am
by Merk
Should be "player_person" -- haven't tried using it myself, but there are some references to it in objlib.h.
---- Mike.
Posted: Mon May 09, 2005 2:31 pm
by Hugella2
Ooooh, one I can actually answer! Like Merk said, it's player_person = 1, 2, or 3, depending on which you want. Default is 2.
See page 133 of Hugo Book for more info.
Posted: Mon May 09, 2005 2:43 pm
by Ice Cream Jonsey
Thanks, everyone. As it turns out I had created my "DoTalk" procedure presuming that the game would be in the first person, which was pretty accurate until now. It didn't even consult the variable, but it does now.