Go back to main page
0
4 years ago
PR0PH3CY
My idea would possibly be, To use the browser for meme creation, and allow for other players to see the meme you made / be able to get it from the ingame browser as well :D
1 comment share
0
ManicMo    3 years ago
//API method call
api('powerups').get( {
activate: {"object": puObject, "type": puType},

success: function(e) {
var data = JSON.parse(e);
 
Go back to main page