RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
Action Key on tileset piece

0 Members and 1 Guest are viewing this topic.

**
Rep: +0/-0Level 89
I have an event where a crystal, from the tileset, is suppost to be picke dup, but it wont get picked up because the action key wont let me do anything with anything other than the non-tileset thigns like treasure chests. This is also annoying for "reasding" from tileset pieces like the huge scripture stone. How can I do it do that I can just use the action key to make an event happen on a tileset piece such as the crystal?

*****
Rep: +0/-0Level 92
Guess who's back
First of all, it's supposed to be in Troubleshooting, no?

Anyway, you can "remove" the crystal of the tileset from the map.
Then make an event, for the graphic use Tileset -> (the crystal in the tileset).

Then check the "action key" checkbox and make the pick-up event.

**
Rep: +0/-0Level 89
Quote from: TheRotS
First of all, it's supposed to be in Troubleshooting, no?

Anyway, you can "remove" the crystal of the tileset from the map.
Then make an event, for the graphic use Tileset -> (the crystal in the tileset).

Then check the "action key" checkbox and make the pick-up event.


but thats the thing, it wont get picked up at all, the event wont happen

*
Resident Cloud
Rep:
Level 91
jowett strange that name is familiar...

anyway:

clear the crystal off your map and then make a new event with the crystal as the graphic. make a second page and leave the graphic blank

then using varibles switches or whatever you can make the crystal disapear

also set the layer that the event is on as "same as hero"

*****
Rep: +0/-0Level 92
Guess who's back
Are you sure it has to be two pages?

***
Rep:
Level 90
I have game maker's block PM me with game ideas.
ya you could just erase event after you pick up the crystle
Major Project : Cliche Cronicles
Total: [llllllllllllllllllll] 0%
Story: [llllllllllllllllllll] 0%
Resources: [llllllllllllllllllll] 0%
Script: [llllllllllllllllllll] 0%
Voice Overs: [llllllllllllllllllll] 0%

Currently: Planning

*
Resident Cloud
Rep:
Level 91
oops silly me forgot that one:


use a conditional branch:

if item crystal is in inventory:
erase event
else:
crystal +1

or somthing like that :)

***
Rep:
Level 90
Yes:

Change item: [selected item] +1
Message: Gained [selected item]!
Erase Event

*****
Rep: +0/-0Level 92
Guess who's back
Cool.. It worked for me now