Kumpel: Nope
Stupot: 0 pt
Stupot: 1 pt
Gurok: 0 pt
Stupot: 0 pt
Gurok: 2 pt
Kumpel: 0 pt
Stupot: 0 pt
Stupot: 1 pt
Gurok: 0 pt
Stupot: 0 pt
Gurok: 2 pt
Kumpel: 0 pt
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
function hCabana_Interact()
{
player.Walk(180, 150, eBlock);
if (player == cJackieF && cJackieF.HasInventory(iBikini)) {
cJakini.SetAsPlayer();
aSurfin_Safari.Play(eAudioPriorityNormal, eRepeat);
cJakini.Walk(140, 160, eBlock);
cJakini.Walk(140, 180, eBlock);
cJakini.Say("Well, what the hell are you looking at?");
}
else if (player == cJakini)
{
cJakini.SetAsPlayer();
aSurfin_Safari.Play(eAudioPriorityNormal, eRepeat);
cJakini.Walk(140, 160, eBlock);
cJakini.Walk(140, 180, eBlock);
cJakini.Say("That's better!");
}
else {
cJackieF.Say("Empty. A place to change clothes, evidently");
//aSurfin_Safari.Stop();
}
}
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.581 seconds with 15 queries.