Изменения

Перейти к навигации Перейти к поиску

JS

109 байт убрано, 14:41, 11 ноября 2021
! Описание !! Команда
|-
|Получить данные об игроках || js VarsGroups.playerGroupplayer.all()
|-
|Надпись в мире || js player = VarsGroups.playerGroupplayer.getByID(<font color="red">'''id'''</font>); Call.onLabellabel("<font color="green">'''Сообщение'''</font>",<font color="red">'''60'''</font>, player.getX(), player.getY());
|-
|Диалоговое окно с кнопкой [ОК] || js Call.onInfoMessagesendMessage("<font color="green">'''Сообщение'''</font>");
|-
|Надпись на экране, с привязкой по сторонам || js Call.onInfoPopupinfoPopup("<font color="green">'''Сообщение'''</font>",<font color="red">'''60'''</font>,<font color="red">'''500'''</font>,<font color="red">'''500'''</font>,<font color="red">'''500'''</font>,<font color="red">'''500'''</font>,<font color="red">'''500'''</font>);
|-
|Спавн блока в мире || js block = Blocks.<font color="blue">'''coreShard'''</font>; player = VarsGroups.playerGroupplayer.getByID(<font color="red">'''id'''</font>); BuildBlock.onConstructFinish(Vars.worldConstructBlock.tileconstructFinish(player.tileXtileOn(),player.tileY()),block,0null,0,player.getTeamteam(),falsenull);
|-
|Проверка на валидность установки блока в точке || js player = VarsGroups.playerGroupplayer.getByID(<font color="red">'''id'''</font>); Build.validPlace(player.getTeamteam(), player.tileX(), player.tileY(), Blocks.<font color="blue">'''rtgGenerator'''</font>, 0);
|-
|Спавн мобов и выдача им предметов || js player = VarsGroups.playerGroupplayer.getByID(<font color="red">'''id'''</font>); unit = UnitTypes.<font color="blue">'''reaperantumbra'''</font>.createspawn(Team.<font color="orange">'''sharded'''</font>); unit.set(,player.getXx(), player.getYy()); unit.add(); unit.addItem(Items.<font color="green">'''coal'''</font>,<font color="red">'''30'''</font>);
|-
|Смена ника || js VarsGroups.playerGroupplayer.getByID(<font color="red">'''id'''</font>).name = "<font color="green">'''Ник'''</font>"
|-
|Выдача предметов игроку || js player = VarsGroups.playerGroupplayer.getByID(<font color="red">'''id'''</font>).addItem(Items.<font color="purple">'''coal'''</font>,<font color="red">'''30'''</font>);
|-
|Убить последнего заспавненоготюнита || js unit.onDeath()
|-
|Помещение предметов в ядро || js Vars.state.teams.cores(Team.<font color="orange">'''sharded'''</font>.cores().first().items.set(Items.<font color="purple">'''coal'''</font>,<font color="red">'''30'''</font>);
|-
|Смена команды || js player = VarsGroups.playerGroupplayer.getByID(<font color="red">'''id'''</font>).setTeamteam(Team.<font color="orange">'''sharded'''</font>);
|-
|Спавн пули || js player = VarsGroups.playerGroupplayer.getByID(<font color="red">'''id'''</font>); Calls.createBullet(Bullets.lancerLaser, player.getTeam(), player.getX(), player.getY(), Mathf.random(360), Mathf.random(0.5, 1.0), Mathf.random(0.2, 1.0))}
|}
15

правок

Навигация