Pete: Difference between revisions
Appearance
Created page with "<center> {| class="wikitable" |+ Pete |- | colspan="2" | 300px|Pete |- | Model: || cast_bum_sit |- | Skin: || 029 011 015 |- | Health: || 80 |- | Cash: || 0 |} </center> Pete can be found on map steel1. Voice table: <syntaxhighlight lang="c"> voice_table_t steeltown_pete[]= { {NULL, "...don't serve me drinks no more", "...don't serve me drinks no more", "actors/male/pete/rand1.wav", 0, {0,0,0,0,..." |
(No difference)
|
Latest revision as of 23:24, 4 April 2025
![]() | |
Model: | cast_bum_sit |
Skin: | 029 011 015 |
Health: | 80 |
Cash: | 0 |
Pete can be found on map steel1.
Voice table:
voice_table_t steeltown_pete[]=
{
{NULL, "...don't serve me drinks no more", "...don't serve me drinks no more", "actors/male/pete/rand1.wav", 0, {0,0,0,0,0}, 0, 0 , TT_POSITIVE},
{NULL, "wy doesn... everbody just...", "wy doesn... everbody just...", "actors/male/pete/rand2.wav", 0, {0,0,0,0,0}, 0, 0 , TT_POSITIVE},
{NULL, "You drove me to... drink an I never thanked ya", "You drove me to... drink an I never thanked ya", "actors/male/pete/rand3.wav", 0, {0,0,0,0,0}, 0, 0 , TT_POSITIVE},
{NULL, "Got me a can of eight year old Sterno... back in muh box", "Got me a can of eight year old Sterno... back in muh box", "actors/male/pete/rand4.wav", 0, {0,0,0,0,0}, 0, 0 , TT_POSITIVE},
{NULL, "Gahhh... get away from me!", "Gahhh... get away from me!", "actors/male/pete/curse1.wav", 0, {0,0,0,0,0}, 0, 0 , TT_NEGATIVE},
{NULL, "You... fuckin' devil. Get outta here", "You... @*%$#! devil. Get outta here", "actors/male/pete/curse2.wav", 0, {0,0,0,0,0}, 0, 0 , TT_NEGATIVE},
{NULL, "Nu... nooo, ya can't have muh soul!", "Nu... nooo, ya can't have muh soul!", "actors/male/pete/curse3.wav", 0, {0,0,0,0,0}, 0, 0 , TT_NEGATIVE},
{NULL, "You don't fool me... you spawn of hell!", "You don't fool me... you spawn of @*%$#!!", "actors/male/pete/curse4.wav", 0, {0,0,0,0,0}, 0, 0 , TT_NEGATIVE},
};