8 lines
335 B
Plaintext
8 lines
335 B
Plaintext
#include "..\script_component.hpp"
|
|
|
|
waitUntil { !isNull player && player == player };
|
|
waitUntil { !isNil "BIS_fnc_init" };
|
|
waitUntil { !(isNull (findDisplay 46)) };
|
|
waitUntil { "FORGE_Phone" in items player };
|
|
|
|
FORGE_addAction = player addAction ["<t color='#0000CC'>Mobile Phone</t>", FUNC(initAction), [], -99, false, false, "", ""]; |