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: pcj on Mon 26/12/2011 20:35:11Quote from: agentbauer on Mon 26/12/2011 20:33:54
Yes I know, but can't find anything.
He doesn't want the bucket...Spoiler
Try looking for an umbrella.[close]
function hSacoLixo_Interact()
{
if (cJake.HasInventory(iPills)){
cJake.Say("There's nothing more there.");
GiveScore(-5);
GUITexto.Text = ("");
}
else {
cJake.Say ("I found some Sleeping pills.");
GUITexto.Text = ("New item taken.");
cJake.AddInventory (iPills);
GiveScore(5);
SetTimer(1, (5*40));
}
}
function Message (String text) {
dostuff;
}
Message (String.Format ("bla bla bla %d",stat));
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.195 seconds with 14 queries.