Advertisement
BenBlackFyre

Untitled

May 23rd, 2018
1,128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.   player addAction ["PrintSomeMemes",{_Dialog = [  [1100,"",[1,"MinecraftMemeTownCancer",[0.371093 * safezoneW + safezoneX,0.225 * safezoneH + safezoneY,0.257813 * safezoneW,0.022 * safezoneH],[1,1,1,1],[0.769,0.102,0.102,1],[-1,-1,-1,-1],",-1"],[]], [2200,"",[1,"",[0.371095 * safezoneW + safezoneX,0.247 * safezoneH + safezoneY,0.257813 * safezoneW,0.396 * safezoneH],[-1,-1,-1,-1],[0,0,0,0.5],[-1,-1,-1,-1],",-1"],[]],  [1402,"",[1,"",[0.37625 * safezoneW + safezoneX,0.39 * safezoneH + safezoneY,0.2475 * safezoneW,0.154 * safezoneH],[0.769,0.102,0.102,1],[-1,-1,-1,-1],[-1,-1,-1,-1],",-1"],[]],    [1500,"",[1,"",[0.37625 * safezoneW + safezoneX,0.39 * safezoneH + safezoneY,0.2475 * safezoneW,0.154 * safezoneH],[0.769,0.102,0.102,1],[-1,-1,-1,-1],[0,0,0,0],",-1"],[]],    [1400,"",[1,"//Current Variable Value",[0.37625 * safezoneW + safezoneX,0.258 * safezoneH + safezoneY,0.2475 * safezoneW,0.033 * safezoneH],[0.769,0.102,0.102,1],[-1,-1,-1,-1],[-1,-1,-1,-1],",-1"],[]],   [2100,"",[1,"",[0.37625 * safezoneW + safezoneX,0.302 * safezoneH + safezoneY,0.2475 * safezoneW,0.033 * safezoneH],[1,1,1,1],[0,0,0,0],[0,0,0,0],",-1"],[]],   [1600,"",[1,"Search for this value",[0.37625 * safezoneW + safezoneX,0.346 * safezoneH + safezoneY,0.2475 * safezoneW,0.033 * safezoneH],[0.769,0.102,0.102,1],[-1,-1,-1,-1],[-1,-1,-1,-1],",-1"],[]],  [1601,"",[1,"Edit Value",[0.37625 * safezoneW + safezoneX,0.599 * safezoneH + safezoneY,0.2475 * safezoneW,0.033 * safezoneH],[0.769,0.102,0.102,1],[-1,-1,-1,-1],[-1,-1,-1,-1],",-1"],[]], [1401,"",[1,"//New Variable Value",[0.37625 * safezoneW + safezoneX,0.555 * safezoneH + safezoneY,0.2475 * safezoneW,0.033 * safezoneH],[0.769,0.102,0.102,1],[-1,-1,-1,-1],[-1,-1,-1,-1],",-1"],[]]];(finddisplay 46) createDisplay "RscDisplayChat";{ private["_ctrl","_buttonaction","_text","_secondarray","_activecolor","_textcolor","_backcolor","_pos","_idc","_classname","_ctrltype"];    _idc = _x select 0; _classname = _x select 1;   _secondarray = (_x select 2);   _text = _secondarray select 1;  _pos = _secondarray select 2;   _textcolor = _secondarray select 3; _backcolor = _secondarray select 4; _activecolor = _secondarray select 5;   _buttonaction = _secondarray select 6;  _ctrltype = (format["%1",_idc] select [0,2]);   _ctrltype = call compile _ctrltype; _ctrltype = switch(_ctrltype) do {      case 11: {"RscStructuredText"};     case 12: {"RscPicture"};        case 14: {"RscEdit"};       case 15: {"RscListBox"};        case 16: {"RscButton"};     cas
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement