Advertisement
BobTheHunted

Untitled

Sep 16th, 2017
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.28 KB | None | 0 0
  1. class CfgFunctions
  2. {
  3.     class BTH_RTS_Functions
  4.     {
  5.         tag                 = "BTH";
  6.         class functions
  7.         {
  8.             file            = "functions";
  9.             class UnitTakeControl
  10.             {
  11.                 description = "Function to remote control a friendly unit.";
  12.                 ext         = ".sqf";
  13.             };
  14.         };
  15.     };
  16. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement