武装突袭3

武装突袭3

KJW's Radiate
Bryce 2023 年 3 月 24 日 下午 12:18
Dust Zones
Hi I'm trying to make a 100 meter Beta dust zone in eden. Could you help me out with this?
< >
正在显示第 1 - 1 条,共 1 条留言
dandykong 2024 年 4 月 19 日 上午 10:26 
Radiate doesn't have a module for it, but you can get creative with triggers and scripts and make your own.

Create a trigger, change the activation condition from "this" to "true", and place the following code in the "On Activation" box:
[getPosASL(thisTrigger), "beta", 50, 100] call KJW_Radiate_Core_fnc_createDustZone;
Then you can copy and paste the trigger anywhere to make a dust zone. The first argument is the ASL coordinates (automatically calculated with getPosASL(thisTrigger) on a trigger), the second is the type of radiation, third is dosage, fourth is radius, and an optional fifth is for height.
最后由 dandykong 编辑于; 2024 年 4 月 19 日 上午 10:41
< >
正在显示第 1 - 1 条,共 1 条留言
每页显示数: 1530 50