mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
6 lines
196 B
Plaintext
6 lines
196 B
Plaintext
if((random 100) < 6)then{
|
|
[] execFSM "\x\addons\a3_epoch_code\System\Event_Air_Drop.fsm";
|
|
["Air Drop Incoming !", 5] call Epoch_message;
|
|
}else{
|
|
["Sorry, None Available!", 5] call Epoch_message;
|
|
}; |