Menu

Show posts

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

Topics - Bleckman1974

#1
The Manual Is Corupted in the Zip File.. Is there any way I can score me a Manual? Im using a Different Computer and I can't get a Copy of an old one :'(
#2
what does that mean?
i keep getting that error when I go to import a GUI From a Module
EG: Edasy 3D
I imorted the Module ok but when i imported the  GUI i get that error

EDIT: Never Mind, I guess those modules arn't compatible with 2.72!
#3
ok, I searched and read the manual

I did what it said to do:

struct Weapon {
  int damage;
  int price;
  String name;
};
Weapon sword;
sword.damage = 10;
sword.price = 50;
sword.name = "Fine sword";

And then did the rest
why does it say unexepted "sword?"


#4
Ok, I have GUI:

It has two separate Dials

one Changes one GUI label, the other changes the other GUI label

like "blah blah"
      "xxxxxxxx"
      "jjjjjjjjjjjjjjj"
on one
and the other has diferent "lables"

i went to change each one with the dials
I've tried "SetLablelText" and it won't work
I'm using AGS 2.71 RC3
#5
Ok, I have a Hot spot,

Its a "Closet", when the character opens it, he gets an object, then when then player clicks on the hot spot again, he "changes Clothes" and the game continues.

with this code, it Gives the object, when the player clicks again the game freezes,

what is wrong with this code
if (player.InventoryQuantity[7] > 0) {
character[MANGEL].SetAsPlayer();
  return;
}
player.AddInventory(inventory[7]);
DisplayMessage(6);
return;
}


EDIT:
ok I just saw it was posted

but it Still Frezes the game

so NAAAA

BTW: That FAQ need to be UPDATED for 2.7.
#6
ok, I have a Horizontal Scrollable Inventory, is there a way to offset the slots like a couple pixles or so??

#7
can you have two characters talk at the same time and how?
#8
I have been playing with the AGS Creditz 2.0.0.6b plugin for 2 hours.   Al i ge is this:

there was an error compliong your script:
error line(6) undifined token SetStaticCredit

why is this doing this???

i know there are other questions, but no one seems to have them solved.


SMF spam blocked by CleanTalk