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

Messages - MarvinS

#21
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
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 ?
SMF spam blocked by CleanTalk