ID:169348
 
Is there a way to allow BYOND Members to add a game to their favorite games list by clicking a link within the game?
I'd assume so. Just steal the link from the hub page. For example, splattertag's favorites link is "http://members.byond.com/?command=add_favorite_game&game_id= 8287" You need to make sure that you add on an account_query parem at the end of the link, which would be equal to "account_query=[usr.ckey]"
In response to Ben G
That's what I was thinking, wasn't sure though. Thanks!