DBuske:
Spoiler
Get leaflet from bouncer, by saying that you don't have ticket to club, then show invitation to Hobo, he will give you a small quest for it.
[close]
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 Menufunction icap_OtherClick()
{
if (UsedAction(eGA_LookAt))
{
player.Say("A bottle cap.");
player.Say("What can I possibly do with this?");
}
else if(UsedAction(eGA_UseInv)) {
if (player.ActiveInventory == ihalfbottle) {
player.Say("I need to fill this bottle first.");
}}
else if(UsedAction(eGA_UseInv)) {
if (player.ActiveInventory == ifullbottle) {
player.Say("This will take a sec.");
player.LoseInventory(ifullbottle);
player.LoseInventory(icap);
player.AddInventory(icappedbottle);
}}
else Unhandled();
}
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.043 seconds with 14 queries.