object Form11: TForm11 Left = 0 Top = 0 BorderStyle = bsToolWindow Caption = 'Patch: Scriptvar finder' ClientHeight = 126 ClientWidth = 178 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False OnCloseQuery = FormCloseQuery PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 0 Top = 0 Width = 177 Height = 57 AutoSize = False Caption = 'This window shows you the address of script-var OnyPlayer_script' + '_start. Every var in this script has an offset of 0x10E0 to this' + ' var.' WordWrap = True end object Label2: TLabel Left = 0 Top = 56 Width = 177 Height = 41 AutoSize = False Caption = 'ONLY WORKS IF YOU'#39'VE LOADED A LEVEL TO WHICH YOU ADDED THE ONIPL' + 'AYER.BSL' WordWrap = True end object Label3: TLabel Left = 29 Top = 106 Width = 49 Height = 17 AutoSize = False Caption = 'Address:' end object edit_address: TEdit Left = 80 Top = 104 Width = 97 Height = 21 TabOrder = 0 end object timer_check_value: TTimer Interval = 2500 OnTimer = timer_check_valueTimer Top = 96 end end