sweetgum83/scripts/map/onUserEnter/cannon_tuto_direction2.js

6 lines
223 B
JavaScript
Raw Permalink Normal View History

2024-01-19 08:56:28 +00:00
function start(ms) {
ms.playSound("cannonshooter/bang");
ms.setDirectionStatus(true);
ms.showIntro("Effect/Direction4.img/cannonshooter/Scene01");
ms.showIntro("Effect/Direction4.img/cannonshooter/out02");
}