RealDebugMonkey / ZeachCobbler

Custom Agario modifications
56 stars 51 forks source link

Getting Other Blobs Information #87

Closed Tombez closed 6 years ago

Tombez commented 8 years ago

Hi, I really enjoy what you've done with this project and seems like a fun programming challenge. I was looking through your source and just couldn't figure out how you get the information on other cells. :/ I'm working on my own scripts for experience and wanted to change the cells behavior based on cells around the player. Maybe line 261: get myPoints() {return m;}, // g_playerCells? Could you explain how I could implement other cell data into my script? Thanks for your time.