I'm using Proskrito's FOAlike GUI.
I create a room, and I cant pick up any of the objects.
Thats what I did :
1. Create a new Object
2. Change Image
3. Interaction -> Any Click on the Object -> Run Script
Code: ags
But when I test the game, and I click on "pick up" then on "my object", nothings happend.
What's wrong ?
I create a room, and I cant pick up any of the objects.
Thats what I did :
1. Create a new Object
2. Change Image
3. Interaction -> Any Click on the Object -> Run Script
if (UsedMode("pick up"))
{
AddInventory(3);
ObjectOff(0);
}
But when I test the game, and I click on "pick up" then on "my object", nothings happend.
What's wrong ?