ID:165394
 
How do we make it where it checks if a BYOND Member has a game in their favorites? I want to make it give them a message if they have it in their favorites, but I have no idea how.
Madjarjarbinks wrote:
How do we make it where it checks if the person has a game in their favorites? I want to make it give them a message if they have it in their favorites, but I have no idea how.

You mean like having it within the bookmarks of byond.exe right?

I think it is possible, if it would check for the file that saves the bookmarks.

Just to give u an idea.

My bookmarks for byond.exe is at: C:\Documents and Settings\[my name]\Application Data\BYOND\cfg\bookmarks.txt
In response to Rinaldo
I mean the BYOND member favorites.
In response to Madjarjarbinks
Madjarjarbinks wrote:
I mean the BYOND member favorites.

Didn't know u ment that, because u didn't say that in ur first post.

Well i don't for BYOND member favorites.
Search first before creating new topics. This has been discussed, and there's a topic with a working workaround (it works by loading the guy's member page and checking it's source for the favorite entry).
In response to Kaioken
If you're looking to send and Auto-Message, then you'll need to set it up with PHP/MYSQL
In response to Rinaldo
Here's an ingredient to have your own checker:
- world.Export()
- world/Topic()
- client.IsBYONDMember()
- findtext() or cmptext() if you can learn how to utilize it properly
- HTML viewing knowledge


- GhostAnime