Add thirst, hunger etc. after a conversation

Post » Sat Sep 19, 2009 2:57 pm

i want to add a few points to thirst, hunger, sleep needs to a player after a given conversation for a mod im working on but i cant find any reference for these scripts. I know where to add the line i just dont know the exact syntax.

thanks
User avatar
Laura Elizabeth
 
Posts: 3454
Joined: Wed Oct 11, 2006 7:34 pm

Post » Sat Sep 19, 2009 6:33 am

i want to add a few points to thirst, hunger, sleep needs to a player after a given conversation for a mod im working on but i cant find any reference for these scripts. I know where to add the line i just dont know the exact syntax.

thanks


"Player.DamageAV dehydration" [insert number of points of damage here]

"Player.DamageAV hunger" [insert number of points of damage here]

I can't remember off the top of my head what the AV is for Sleep (at work at the moment; it may just be "Sleep" honestly)
User avatar
Andrew Tarango
 
Posts: 3454
Joined: Wed Oct 17, 2007 10:07 am

Post » Sat Sep 19, 2009 5:25 am

"Player.DamageAV dehydration" [insert number of points of damage here]

"Player.DamageAV hunger" [insert number of points of damage here]

I can't remember off the top of my head what the AV is for Sleep (at work at the moment; it may just be "Sleep" honestly)


Thank you! I gonna try this right away in the script portion of my conversation in GECK
User avatar
Kelly John
 
Posts: 3413
Joined: Tue Jun 13, 2006 6:40 am

Post » Sat Sep 19, 2009 2:41 am

Thank you! I gonna try this right away in the script portion of my conversation in GECK


Well its not sleep, my script wont compile
User avatar
Jacob Phillips
 
Posts: 3430
Joined: Tue Aug 14, 2007 9:46 am

Post » Sat Sep 19, 2009 2:29 pm

Well its not sleep, my script wont compile


For the record, if someone need this, to affect the sleep need in hardcoe mode : Player.DamageAV SleepDeprevation, 220
User avatar
KiiSsez jdgaf Benzler
 
Posts: 3546
Joined: Fri Mar 16, 2007 7:10 am


Return to Fallout: New Vegas