sweetgum83/scripts/map/onUserEnter/cannon_tuto_direction1.js

6 lines
233 B
JavaScript
Raw Normal View History

2024-01-19 08:56:28 +00:00
function start(ms) {
ms.playSound("cannonshooter/flying");
ms.sendDirectionInfo("Effect/Direction4.img/effect/cannonshooter/balloon/0", 9000, 0, 0, 0, -1);
ms.sendDirectionInfo(1, 1500);
ms.setDirectionStatus(true);
}