Quote from: SarahLiz on Sat 27/07/2013 18:52:33Spoiler
Where/how do I get the other half of the beer for the hobo?[close]
Thanks!
Spoiler
Take the rope at the Downtown station.
[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 MenuQuote from: SarahLiz on Sat 27/07/2013 18:52:33Spoiler
Where/how do I get the other half of the beer for the hobo?[close]
Thanks!
Quote from: CosmoQueen on Mon 22/07/2013 02:15:17Sorry, I didnt see your message..
What do I do after getting the dealer's name?
Quote from: Arj0n on Sun 21/07/2013 13:00:50
Congrats on the re-release of this lovely game.
Quote from: Adeel S. Ahmed on Wed 10/07/2013 16:27:25
Downloaded your game a few days ago, liked it in "test-run" play and hoping to finish it. I will update you soon.
Quote from: Khris on Wed 03/07/2013 01:01:57
And any tutorial that recommends to use Set/GetGlobalInt() is either really outdated or was written by somebody who shouldn't write tutorials. Either way, don't use them.
Quote from: Kitai on Wed 03/07/2013 08:24:00
Still, if you find something incorrect on the French forums, please let me know so that I edit the post.
Quote from: Ryan Timothy on Tue 02/07/2013 21:47:16
What tutorial did you use? Was it linked to the forum? Only asking because if it is we should probably unlink that tutorial.
function room_Load()
{
if (GetGlobalInt(map) == 0) {
oStation.Visible = false;
}
else if (GetGlobalInt(map) == 1) {
oStation.Visible = true;
}
}
function cPicolo_UseInv()
{
if (cCody.ActiveInventory==iBo){
SetGlobalInt(picolo, 1);
}
}
function cPicolo_Talk()
{
if (GetGlobalInt(picolo) == 1) {
dDialog1.Start();
}
else {
cPicolo.Say("Picolo : ... blablabla");
}
}
function room_Load()
{
SetGlobalInt(picolo, 0);
}
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.063 seconds with 16 queries.