Phantasm30 / BCAR

Contact me via drbranestawm@proton.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BCAR+_Banner

This extension lets your Character react automatically to Actions done to them.
The ears can wiggle and the tail can wag too. To change the ears wiggle and the tail wag animation see "Commands of BCAR+" down below or look at the Wiki page. You can add the script via Tampermonkey BCAR+
or add it as Bookmark any of your devices. To do that save
javascript:(()=>{fetch('https://drbranestawm.github.io/BCAR/script/bcar.js').then(r=>r.text()).then(r=>eval(r));})(); as a bookmark on your devices.

BCAR+ Beta

Use the beta at own risk!
You can add the beta script via Tampermonkey BCAR+ Beta
or add it as Bookmark any of your devices. To do that save
javascript:(()=>{fetch('https://drbranestawm.github.io/BCAR/script/bcarBeta.js').then(r=>r.text()).then(r=>eval(r));})(); as a bookmark on your devices.

Commands of BCAR+

The commands were moved to the Wiki page.

Special Thanks

  • Angela (@AngelaTheCat)
    • Privoviding the main script
    • Some compability fixes with FBC4.6 (Also thanks to Elicia)
  • Haruhi (@crimsontropy)
    • Clean up the if-else for actions
    • Their tail wag script on which the ear wiggle is based
    • Implementing the save and load settings feature
  • Julia (@agicitag)
    • Providing general help
    • Permission to use their save and load settings feature
  • Kira
    • Creating different animal reactions
  • Little Sera (@littlesera)
    • Helping to build up a settings page
    • Adding custom activity
  • Mute (@Mute)
    • Giving coding Lessons
    • Help to clean up a lot of code
    • Help with the autocompletion of commands and subcommands
    • Help to save settings online
    • And much more
  • Utsumi
    • Help with an issue with the activityDictionary

About

Contact me via drbranestawm@proton.me

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%