This one is harder since it often requires additional game code. A case like this: if (sgxRand() > 0.5) { playSound('monster_roar'); } needs to become this: ...
確定! 回上一頁