generated from binury/better_webfishing_mod_template
-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Extended FeatureExtends an existing game mechanicExtends an existing game mechanicUI/UXgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
## Steam ID
var WEBFISHING := 3146520
var my_friends := Steam.getUserSteamFriends()
for friend in my_friends:
if friend.status == Steam.PERSONA_STATE_OFFLINE: continue
var their_game = Steam.getFriendGamePlayed(friend.id)
if their_game.empty() or their_game.id != WEBFISHING: continue
print(friend.name)
print(JSON.print(their_game))Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Extended FeatureExtends an existing game mechanicExtends an existing game mechanicUI/UXgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed