Script Troubleshooting - theRAPTLab/gsgo GitHub Wiki

Cursors

  • When using a Cursor, make sure there are NO OTHER characters that have # TAG isPozyxControllable true. If another character isPozyxControllable, that character will "grab" the pozyx tag and it will not appear as a cursor. A cursor should appear as a colored dot with a number below corresponding to the number of the pozyx tag.

Touches

  • addFeature Physics on BOTH source and target agents
  • addFeature Touches on agent with the when test, usually
  • featCall agent.Touches monitor <target> b2b on agent with the when test, usually
  • `when touches ...
  • Glow is handy for testing:
when <source> touches <target> [[
  featCall <source>.Costume setGlow 0.5
]]
⚠️ **GitHub.com Fallback** ⚠️