Jump to content

Lola: Difference between revisions

From Kingpin Wiki
Created page with "<center> {| class="wikitable" |+ Lola |- | colspan="2" | 300px|Lola |- | Model: || cast_bitch |- | Skin: || 045 049 015 |- | Health: || 100 |- | Weapon: || Pistol |- | Moral: || 4 |- | Acc: || 2 |- | Call: || 3 |} </center> Lola can be found on map rc3. Voice table: <syntaxhighlight lang="c"> voice_table_t rc_lola[]= { {NULL, "I think they got some weapons stashed around here somewhere", "I think they got some weapons stashed around here some..."
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
| colspan="2" | [[File:Lola.png|300px|Lola]]
| colspan="2" | [[File:Lola.png|300px|Lola]]
|-
|-
| Model: || cast_bitch
| Model: || [[Entities_Cast#cast_bitch|cast_bitch]]
|-
|-
| Skin: || 045 049 015
| Skin: || 045 049 015
Line 11: Line 11:
| Health: || 100
| Health: || 100
|-
|-
| Weapon: || Pistol
| Weapon: || [[Weapons|Pistol]]
|-
| Cash: || 0
|-
|-
| Moral: || 4
| Moral: || 4

Latest revision as of 00:05, 3 April 2025

Lola
Lola
Model: cast_bitch
Skin: 045 049 015
Health: 100
Weapon: Pistol
Cash: 0
Moral: 4
Acc: 2
Call: 3

Lola can be found on map rc3.

Voice table:

voice_table_t rc_lola[]=
{
	{NULL, "I think they got some weapons stashed around here somewhere",	"I think they got some weapons stashed around here somewhere",	"actors/female/lola/clue.wav",		0, {0,0,0,0,0}, 0, 0 , TT_POSITIVE},
	
	{NULL, "man, this gang war's fuckin' everything up",					"man, this gang war's @*%$#! everything up",					"actors/female/lola/amb1.wav",		0, {0,0,0,0,0}, 0, 0 , TT_NEGATIVE},
	{NULL, "goddam dragons are tearin' this city up",						"@*%$#! dragons are tearin' this city up",						"actors/female/lola/amb2.wav",		0, {0,0,0,0,0}, 0, 0 , TT_NEGATIVE},
	{NULL, "they're really trashin' the place",								"they're really trashin' the place",							"actors/female/lola/amb3.wav",		0, {0,0,0,0,0}, 0, 0 , TT_NEGATIVE},

	{NULL, "hey motherfucker!",												"hey @*%$#!!",													"actors/female/lola/curse1.wav",	0, {0,0,0,0,0}, 0, 0 , TT_POSITIVE},
	{NULL, "yo!",															"yo!",															"actors/female/lola/curse2.wav",	0, {0,0,0,0,0}, 0, 0 , TT_POSITIVE},
	{NULL, "be cool bitch!",												"be cool @*%$#!!",												"actors/female/lola/curse3.wav",	0, {0,0,0,0,0}, 0, 0 , TT_POSITIVE},

};