Home
Feedback Tracker
Search
Configure Global Search
Log In
Transactions
T63076
Change Details
Change Details
Old
New
Diff
1. Create init.sqf 2. Add below code to file: _which_one = "two" if (_which_one == "three") then { hintSilent "derp"; }; 3. Add unit to map and under initialization add code []exec "init.sqf" 4. Watch as the hint is displayed on the screen.
1. Create init.sqf 2. Add below code to file: _which_one = "two" if (_which_one == "three") then { hintSilent "derp"; }; 3. Add unit to map and under initialization add code []exec "init.sqf" 4. Watch as the hint is displayed on the screen.
Continue