Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Anyways there is another way to do it. You can connect the space with the secret path start and disable the connection. I think that should already solve the validation error.
If it would be ok, that the event gets triggered when the player passes the space, you could use a "set connection active" action and enable the connection to the secret path while disabling the connection of the normal path. This way the player model walks/jumps to the secret path instead of teleporting. But you need to add another space that enables the normal and disables the connection to the secret path.
For anyone in the future having the same or similar issues, the steps I did are:
- Created a Connection between the Custom Tile that shows the Display Box (Tile A) to the Tile that I want the player to go to (Tile B).
- On Tile A, where I just created the Connection to the destination. Go to the menu you the right > Look for "Outgoing Connections" > Under that look for "Connection to *your Boardspace name here*" - Check Start Disabled.
- In the Action List, I added a Set Connection Active & make it the first Action to be fired.
- In the Set Connection Active configuration, Click "Add Element" & select Tile B and set the State to Enable.
- Finally, if you need this to be reset for another player landing, add another Set Connection Active & make it the last Action to be fired.
- In the Set Connection Active configuration, Click "Add Element" & set the State to Disable.