Files
sweetgum-server/scripts/map/onUserEnter/cannon_tuto_direction1.js
2021-09-09 23:32:43 +02:00

6 lines
233 B
JavaScript

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);
}