New Hyperlink Activity in 5.4
TriangleGames
17 Mar 2013, 13:13I was just wondering if the way that hyperlinks activate and deactivate in 5.4 is defined/described anywhere in the wiki. I looked around a bit, but I didn't see anything that seemed to refer to the new feature.
Alex
17 Mar 2013, 16:28All hyperlinks pointing to a visible object (in ScopeVisible) are activated - all others are deactivated.
Asyranok
17 Mar 2013, 16:45I have a question somewhat related to this.
In 5.4, how do I run a script attribute to re-display room hyperlinks for visible objects.
Right now, certain actions in a room clear the screen in their process, and at the end I want to re-display the room description - which I have working fine by running the Room.description attribute. What would I do to display the object hyperlinks, though?
In 5.4, how do I run a script attribute to re-display room hyperlinks for visible objects.
Right now, certain actions in a room clear the screen in their process, and at the end I want to re-display the room description - which I have working fine by running the Room.description attribute. What would I do to display the object hyperlinks, though?
TriangleGames
17 Mar 2013, 17:21If you call function OnEnterRoom(null), it will re-display the complete description for the current room with the object and exit lists.
Asyranok
17 Mar 2013, 17:46Thanks triangle!

jaynabonne
17 Mar 2013, 18:20Keep in mind that that does a whole lot of other stuff as well, including running the "enter" script on the room.
You might be better off with the more targetted "ShowRoomDescription".
You might be better off with the more targetted "ShowRoomDescription".