(那月)²=-1 14 hours ago function moveAround(action) { const status = new ActionStatus(action); status.start(); if (action === "うごあり") { return status.dance(); } else if (action === "うごなし") { return status.sit(); } return status; } View quoted note →