Hi there! You are currently browsing as a guest. Why not create an account? Then you get less ads, can thank creators, post feedback, keep a list of your favourites, and more!
Quick Reply
Search this Thread
Field Researcher
Original Poster
#1 Old 9th Aug 2016 at 7:43 AM
Default How do I place a "button" in a game notification?
I know how to make game notifications appear, however, I want to make one that has a "button" to click on and do something.

I've been trying to use

Code:
StyledNotification.ButtonPressed("name of method")


But it gives me an error message about needing a method (but it is a method...)?
Back to top