Script hook v

Author: c | 2025-04-24

★★★★☆ (4.1 / 2450 reviews)

espress vpn

Script Hook V การดาวน์โหลดฟรีและปลอดภัย Script Hook V เวอร์ชันล่าสุด Script Hook V เป็นการดัดแปลงฟรีสำหรับเกมแอคชั่นยอดนิยม Grand Theft Auto V ยูทิลิ Download Script Hook V

avidemux 2.7.2 (32 bit)

How to Install Scripts for Script Hook V and Script Hook V

December 12, 2024, 5:58am 1 Modding is extremely powerful in Grand Theft Auto V (5) and gaming in general. GTA V mods are community-made modifications that allow you to alter gameplay. Mods can range from allowing you to fly/run incredibly fast to improving the game quality itself via better models, textures, or code.While GTA V mods are allowed in singleplayer, they are not allowed in GTA V Online. Therefore, please only use these mods in singleplayer. If you are caught modding GTA V Online, it is considered cheating and you’ll likely get banned unless if you know what you’re doing.Since each mod usually comes with its own installation instructions, I am going to focus on frameworks and libraries that most mods utilize along with Mod Managers. In most cases, you need to copy the mod files to your GTA V’s main folder on your computer’s file system. On Steam, this is typically in your Steam folder at steamapps/common/Grand Theft Auto V/.Script Hook VScript Hook V is a library that allows users to create and use mods via GTA V’s native script functions in custom ASI plugins. It is the most popular library from what I’ve found for GTA V mods. It also automatically closes GTA V if detected in GTA V Online mode to prevent accidentally launching it with mods enabled.You may use the following steps to install Script Hook V.Download Script Hook V from here and extract it using ZIP.Copy the ScriptHookV.dll file to your GTA V’s main folder (i.e. where the GTA5.exe file is located).In order to load ASI plugins, you need to have ASI loader installed. You may download it separately or use the latest version that comes with Script Hook V (dinput8.dll). You must delete previous ASI loader version (dsound.dll) if you have it installed.Script Hook

arabidopsis motif scanner

How to Install Script Hook V Script Hook V .NET

Script Hook V is the library that allows to use GTA V script native functions in custom *.asi plugins. Note that it doesn't work in GTA Online, script hook disables custom scripts when player goes in multiplayer.This distrib also includes the latest Asi Loader and Native Trainer.InstallationCopy ScriptHookV.dll to the game's main folder, i.e. where GTA5.exe is located.In order to load asi plugins you need to have asi loader installed, you can download it separately or use the latest version that comes with this distrib (dinput8.dll).This distrib also includes a sample asi plugin - native trainer, if you need a trainer then copy NativeTrainer.asi too.Native Trainer Controls F4 - activateNUM2/8/4/6 - navigate thru the menus and lists (numlock must be on)NUM5 - selectNUM0/BACKSPACE/F4 - backNUM9/3 - use vehicle boost when activeNUM+ - use vehicle rockets when active İlk Yüklenme Zamanı: 23 Nisan 2015, Perşembe Son Güncellenme Zamanı: 20 Şubat 2025, Perşembe Last Downloaded: 10 seconds ago

Script Hook V and Script Hook V .NET and NativeUI. - Swim

Named the document LamontagneC_1976redux PhD thesis.pdf.I selected text on page “183”, (technically, page 188)Copy Markdown Link.That gave me this:[LamontagneC_1976redux PhD thesis.pdf](hook://file/EXS96tJdR?p=bHVjYi9QREZz&n=LamontagneC%5F1976redux%20PhD%20thesis%2Epdf#p=188&x=0&y=0&s=65&e=196).You’ll notice #p=188&x=0&y=0&s=65&e=196. They represent the page and on-page location parameters.PDFpenPro 13.1 and Version 1.6.12 (142).If I correctly understand, however, these links pasted in documents previously worked for you. Cmon September 7, 2022, 3:45am 5 yes, very much so, nicely. For that reason I switched from PDFExpert (which unfortunately doesn’t get its act together while the scripts never worked reliably for me) to PDFpen proreplicated the same here (same text, same page):[LamontagneC_1976redux PhD thesis.pdf](hook://file/HR3boRgFP?p=cGRmLzY=&n=LamontagneC%5F1976redux%20PhD%20thesis%2Epdf#p=189&x=57.36&y=362.76)[LamontagneC_1976redux PhD thesis.pdf](hook://file/HR3boRgFP?p=cGRmLzY=&n=LamontagneC%5F1976redux%20PhD%20thesis%2Epdf#p=189&x=57.36&y=362.76)PDFpen pro version 13.1 (doesn’t tell me the build in the “About”. Where did you find it? But latest anyway)So, my link seems malformed, compared to yours?Using your link no avail either. Your link is supposedly shareable, did I get that right? Or does the share-ability only extend to opening the file altogether, i.e. w/o deep link?Anyway, still puzzling LucB September 8, 2022, 1:37am 6 Thank you for sharing that.yes it is, as long as filename is the same. (hook://file/ URLs shared between different users or Macs need to have the same filename at first).top right corner of its File menu > About window.it works for me.I know you said you have latest Hook. But is it possible you have an old version of Hook installed that is being called? bchend September 8, 2022, 4:00am 8 Sorry we could not reproduce the error so we need your help to debug.If possible, could you please go to Hook Preferences window ->Scripts->PDFpenPro->Open Item, replace the script with the following script and click the save button? Then click one pdf deep link you saved in TextEdit(or other apps). You will see a dialog window, please copy the content and posted here.After the test is done, please go to Hook Preferences window ->Scripts->PDFpenPro and click on “Reset to Default” button to reset to default script.Thank you!Summaryuse framework "Foundation"use scripting additionson urlDecode(input) tell current application's NSString to set urlString to stringWithString_(input) set theDecodedURL to urlString's stringByRemovingPercentEncoding -- 4 is NSUTF8StringEncoding return theDecodedURL as Unicode textend urlDecodedisplay dialog "$0"set fullURL to "$0"set AppleScript's text item delimiters to "#"set urlPath to text item 1 of fullURLif (count of text items of fullURL) is greater than 1 then set fragment to text item 2 of fullURL set AppleScript's text item delimiters to "&" set kvs to text items of fragment repeat with kv in kvs set AppleScript's text item delimiters to "=" set k to text item 1 of kv set v to text item 2 of kv if k = "p" then set p to v as number end if if k = "x" then set xx to v end if if k = "y" then set yy to v end if end repeatend ifset fpath to urlDecode(urlPath)set text item delimiters to "/"set fn to text item -1 of fpathset len to length of fpathset fpath to text 8 through len of fpathset targetWindow to missing valuetell application id "com.smileonmymac.PDFpenPro" activate repeat. Script Hook V การดาวน์โหลดฟรีและปลอดภัย Script Hook V เวอร์ชันล่าสุด Script Hook V เป็นการดัดแปลงฟรีสำหรับเกมแอคชั่นยอดนิยม Grand Theft Auto V ยูทิลิ Download Script Hook V

Script Hook V GTA V -

Script Hook V is the library that allows to use GTA V script native functions in custom *.asi plugins. Note that it doesn't work in GTA Online, script hook disables custom scripts when player goes in multiplayer.This distrib also includes the latest Asi Loader and Native Trainer.InstallationCopy ScriptHookV.dll to the game's main folder, i.e. where GTA5.exe is located.In order to load asi plugins you need to have asi loader installed, you can download it separately or use the latest version that comes with this distrib (dinput8.dll).This distrib also includes a sample asi plugin - native trainer, if you need a trainer then copy NativeTrainer.asi too.Native Trainer Controls F4 - activateNUM2/8/4/6 - navigate thru the menus and lists (numlock must be on)NUM5 - selectNUM0/BACKSPACE/F4 - backNUM9/3 - use vehicle boost when activeNUM+ - use vehicle rockets when active Tải lên lần đầu: 23 Tháng tư, 2015 Cập nhật lần cuối: 20 Tháng hai, 2025 Last Downloaded: 1 minute ago

Script Hook V GTA V

V also includes a sample ASI plugin; Native Trainer. This allows you to open a menu in-game which comes with many features and game options such as increasing your walk/run speed, jump height, spawning vehicles/objects, changing weather, and more! If you want to use this trainer, make sure to also copy the NativeTrainer.asi file to your GTA V folder!Lua Plugin For Script Hook VLua is a powerful programming and scripting language and the Lua Plugin for Script Hook V allows users to create mods using Lua.To install, please perform the following steps.Download Lua Plugin from here.Extract the downloaded file using ZIP.Copy the LUA.asi file and scripts/ folder to your GTA V directory.You’ll notice some Lua plugins in the scripts/addins/. This is the folder you’ll install other user’s mods made with Lua in. You may delete the default Lua plugins in that folder if you don’t plan on using them.GTA V Mod ManagerGTA V Mod Manager is the most popular mod manager in GTA V for Windows. You may be able to run this on Linux using something such as Wine, but I haven’t tested this personally. Mod managers make it easier for users to install mods. Instead of manually copying files to your GTA V folder, the GTA V Mod Manager will handle this for you.After downloading and extracting the downloaded file, you should be able to open the Mod manager application since it’s an executable. You will need to accept an agreement and also specify your GTA V folder if it doesn’t automatically detect the path.I hope this helps!

How to Install Script Hook V and Script Hook V Dot Net for

Updates” never brought more then 13.1 which still had a blue logo and was the first I got within the upgrading process from my original smileonmac license, now thanks to your research I downloaded and installed the 13.3.0 (red logo and called Nitro pdfpenpro) from the site you found.BTW the previous 13.1 was my default pdf readerThenResult nowcom.gonitro.NitroPDFPro.retailThen making it the default app and installing your scripts into “open item” (there ist still PDFpenporo and PDFpenpro 13 both - not Nitro pdfpenpro !! ) I created a new deep link and Hook requests permissions granted (same text same page as above by Luc)[LamontagneC_1976redux PhD thesis.pdf](hook://file/HR3boRgFP?p=cGRmLzY=&n=LamontagneC%5F1976redux%20PhD%20thesis%2Epdf#p=189&x=58.08&y=630.16)However result is same — still no dialog box, no deep link found, only app opened on arbitrary last page.Does the hook script have to be adjusted to “Nitro PDFpenPro” ??Feels we are getting closer, but not there yet bchend September 9, 2022, 5:41pm 15 Thank you for the info.Here is the script to place in Open Item script for com.gonitro.NitroPDFPro.retail. Sorry it is not obvious. You can see the whole bundle id when you put mouse over it. The visible part of the app name is “Nitro PDF Pro re…”. After paste the script, click on the save button. Also after the test is done, do remember click on “Reset to default” button.Summaryuse framework "Foundation"use scripting additionson urlDecode(input) tell current application's NSString to set urlString to stringWithString_(input) set theDecodedURL to urlString's stringByRemovingPercentEncoding -- 4 is NSUTF8StringEncoding return theDecodedURL as Unicode textend urlDecodedisplay dialog "$0"set fullURL to "$0"set AppleScript's text item delimiters to "#"set urlPath to text item 1 of fullURLif (count of text items of fullURL) is greater than 1 then set fragment to text item 2 of fullURL set AppleScript's text item delimiters to "&" set kvs to text items of fragment repeat with kv in kvs set AppleScript's text item delimiters to "=" set k to text item 1 of kv set v to text item 2 of kv if k = "p" then set p to v as number end if if k = "x" then set xx to v end if if k = "y" then set yy to v end if end repeatend ifset fpath to urlDecode(urlPath)set text item delimiters to "/"set fn to text item -1 of fpathset len to length of fpathset fpath to text 8 through len of fpathset targetWindow to missing valuetell application id "com.gonitro.NitroPDFPro.retail" activate repeat with i from (count of windows) to 1 by -1 try set thisWindow to window i set thisDoc to document of thisWindow if thisDoc is not missing value and (path of thisDoc) is equal to fpath then set targetWindow to thisWindow if index of targetWindow is not 1 then set index of targetWindow to 1 end if exit repeat end if end try end repeat if targetWindow is missing value then open fpath set targetWindow to first window end if if p is not missing value then tell targetWindow set doc to its document show page p of doc

How To Install Script Hook V And Script Hook V Dot Net For

Confirm that you wish to delete these files.Restart your PC and launch FiveM.Next time you launch FiveM, these files will be regenerated. You will have to wait until all the server files are downloaded the next time you connect to the game server.4. Close background appsIf your problem is related to the bottleneck, the problem likely is that apps run in the background and consume your CPU and RAM. This can be solved by closing unnecessary background apps.Press Ctrl+Shift+Esc on your keyboard to open Task Manager.Find Apps that are running and using your CPU and Memory (RAM).Right-click on the App you choose and select the End task option.Repeat steps 2. and 3. for any app you don’t need while playing FiveM.⚠ Never close apps or end background processes that are unknown to you. This can cause system malfunction and security vulnerabilities. Extra stepsIf nothing else makes the GPU usage higher when playing FiveM, try this:Update your Windows.Run Windows in safe mode.Ensure that your setup is properly cooled and that temperatures are not high.ConclusionIf you are using Script Hook V and have trouble loading mods to GTA V, read our guide on troubleshooting Script Hook V critical error. We hope you solved the issue with the low GPU usage you experienced when playing FiveM. Please share with us what helped you optimize your PC, GPU, and game for the finest performance.. Script Hook V การดาวน์โหลดฟรีและปลอดภัย Script Hook V เวอร์ชันล่าสุด Script Hook V เป็นการดัดแปลงฟรีสำหรับเกมแอคชั่นยอดนิยม Grand Theft Auto V ยูทิลิ Download Script Hook V Script Hook V Download - ScriptHookV. Update Script Hook V for GTA V New Version .1 ReleasedLinksScript Hook V (.1): of all mods. Script Hook V:

cat vpn

How to Install Script Hook V Script Hook V .NET - YouTube

GTA V Script Hook V + Native Trainer Phần mềm hỗ trợ chơi game Grand Theft Auto V GTA V Script Hook V + Native Trainer là phần mềm hỗ trợ sử dụng các bản mod và plugin trong Grand Theft Auto V, tận dụng nhiều loại mã/lệnh (cheat) để giành lợi thế trong game. Xếp hạng: 4 24 Phiếu bầuSử dụng: Miễn phí 77.133 Tải về Tập viết chữ Việt 1 Phần mềm tập viết lớp 1 Tập viết chữ Việt 1 là phần mềm đầu tiên của Việt Nam đã mô phỏng hoàn toàn phần kiến thức Tập Viết Chữ Việt lớp 1 trong chương trình môn Tiếng Việt cấp Tiểu học. Xếp hạng: 4 53 Phiếu bầuSử dụng: Dùng thử 88.658 Tải về Novoasoft ScienceWord Phần mềm hỗ trợ tạo giáo án Toán, Lý, Hóa, Sinh... Đối với môn toán, phần mềm hỗ trợ soạn giáo án có tương đối nhiều như MathType, Cabri, Geometer’s Sketchpad... nhưng đối với các môn lý, hóa, sinh thì nhìn quanh có lẽ chỉ có Novoasoft Science Word 6.0 là thích hợp nhất cho các giáo viên. Xếp hạng: 4 20 Phiếu bầuSử dụng: Dùng thử 26.687 Tải về BOCOHAN Standard Edition Phần mềm hỗ trợ dịch Anh - Việt BOCOHAN là phần mềm hỗ trợ dịch, tương đương với các phần mềm CAT như TRADOS, WORDFAST, DÉJÀ VU,… với nhiều tài nguyên và chức năng xử lý tiếng Việt... Xếp hạng: 4 50 Phiếu bầuSử dụng: Dùng thử 27.232 Tải về Việt Lạc Sớ Phần mềm viết sớ chữ Quốc ngữ Phần mềm viết sớ chữ Quốc ngữ là phần mềm hỗ trợ viết sớ định dạng chữ Quốc ngữ miễn phí dành cho những ai thường xuyên viết sớ dâng ở chùa. Xếp hạng: 3 33 Phiếu bầuSử dụng:

Installing Updating Script hook v Script hook v Dot Net

GTA V 360 Screenshot Maker A simple GTA V Script to take 360° Screenshots as used on GTA-GeoGuesser.com About The ProjectA GTA V script that allows you to take 360° screenshots manually or automatically.Getting StartedTo set up the project locally you will need:Latest ScriptHookVLatest Community Script Hook V .NETMicrosoft ICE (Use the second or third mirror from this link because the offical download on Microsoft's Website is currently broken)InstallationDownload Pictures.cs from here.Add the Pictures.cs file to the scripts folder in your GTA V root directory.While in-game press Numpad 1 to take one screenshot manually or Numpad 2 to activate automatic screenshots that will be taken every 30 metres.Go to your GTA V Folder -> 360Pictures -> Choose one of the folders (each screenshot you take is saved with its coordinates).Load p1.png - p50.png into Microsoft ICE.Click your way through Microsoft ICE and leave all options as default, ICE will take a moment to automaticly stitch the images together.Export the image from Microsoft ICE using your preferred resolution, format, etc.ContributingContributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.Fork the ProjectCreate your Feature Branch (git checkout -b feature/AmazingFeature)Commit your Changes (git commit -m 'Add some AmazingFeature')Push to the Branch (git push origin feature/AmazingFeature)Open a Pull RequestLicenseLicense not currently selected.. Script Hook V การดาวน์โหลดฟรีและปลอดภัย Script Hook V เวอร์ชันล่าสุด Script Hook V เป็นการดัดแปลงฟรีสำหรับเกมแอคชั่นยอดนิยม Grand Theft Auto V ยูทิลิ Download Script Hook V Script Hook V Download - ScriptHookV. Update Script Hook V for GTA V New Version .1 ReleasedLinksScript Hook V (.1): of all mods. Script Hook V:

Script Hook V Website Not Working - How To Download Script Hook V

Script Hook V é uma biblioteca que permite que scripts e vários tipos de modificações sejam utilizados em GTA V. Para instalar, copie o arquivo ScriptHookV.dll para a pasta principal do jogo, onde o arquivo GTA5.exe está localizado. Após isto, você precisará de um ASI Loader para carregar os plugins. Este bundle já inclui um (dinput8.dll).Para verificar o funcionamento, um trainer nativo em formato .asi está incluso. Para testar se funciona, abra o jogo e pressione a tecla F4. Se o menu aparecer, então tudo terá sido ativado corretamente. O menu é controlado com o teclado numérico (NUMPAD). As teclas 2, 4, 6 e 8 podem ser usadas para navegar pelos menus, enquanto que a tecla 5 é usada para selecionar o trainer que queira usar. Com 9 e 3, você pode usar o boost no seu carro, e com o "+", você pode usar mísseis. Para voltar do menu, pressiona 0, Backspace ou F4 de novo.Propaganda Remova anúncios e muito mais com TurboScript Hook V não funciona com GTA Online, já que todos os scripts são desativados assim que detectam que você está se conectando com o modo online. Então, você não será banido se usar este mod em sua instalação normal de GTA V.

Comments

User6242

December 12, 2024, 5:58am 1 Modding is extremely powerful in Grand Theft Auto V (5) and gaming in general. GTA V mods are community-made modifications that allow you to alter gameplay. Mods can range from allowing you to fly/run incredibly fast to improving the game quality itself via better models, textures, or code.While GTA V mods are allowed in singleplayer, they are not allowed in GTA V Online. Therefore, please only use these mods in singleplayer. If you are caught modding GTA V Online, it is considered cheating and you’ll likely get banned unless if you know what you’re doing.Since each mod usually comes with its own installation instructions, I am going to focus on frameworks and libraries that most mods utilize along with Mod Managers. In most cases, you need to copy the mod files to your GTA V’s main folder on your computer’s file system. On Steam, this is typically in your Steam folder at steamapps/common/Grand Theft Auto V/.Script Hook VScript Hook V is a library that allows users to create and use mods via GTA V’s native script functions in custom ASI plugins. It is the most popular library from what I’ve found for GTA V mods. It also automatically closes GTA V if detected in GTA V Online mode to prevent accidentally launching it with mods enabled.You may use the following steps to install Script Hook V.Download Script Hook V from here and extract it using ZIP.Copy the ScriptHookV.dll file to your GTA V’s main folder (i.e. where the GTA5.exe file is located).In order to load ASI plugins, you need to have ASI loader installed. You may download it separately or use the latest version that comes with Script Hook V (dinput8.dll). You must delete previous ASI loader version (dsound.dll) if you have it installed.Script Hook

2025-04-06
User4525

Script Hook V is the library that allows to use GTA V script native functions in custom *.asi plugins. Note that it doesn't work in GTA Online, script hook disables custom scripts when player goes in multiplayer.This distrib also includes the latest Asi Loader and Native Trainer.InstallationCopy ScriptHookV.dll to the game's main folder, i.e. where GTA5.exe is located.In order to load asi plugins you need to have asi loader installed, you can download it separately or use the latest version that comes with this distrib (dinput8.dll).This distrib also includes a sample asi plugin - native trainer, if you need a trainer then copy NativeTrainer.asi too.Native Trainer Controls F4 - activateNUM2/8/4/6 - navigate thru the menus and lists (numlock must be on)NUM5 - selectNUM0/BACKSPACE/F4 - backNUM9/3 - use vehicle boost when activeNUM+ - use vehicle rockets when active İlk Yüklenme Zamanı: 23 Nisan 2015, Perşembe Son Güncellenme Zamanı: 20 Şubat 2025, Perşembe Last Downloaded: 10 seconds ago

2025-04-09
User2215

Script Hook V is the library that allows to use GTA V script native functions in custom *.asi plugins. Note that it doesn't work in GTA Online, script hook disables custom scripts when player goes in multiplayer.This distrib also includes the latest Asi Loader and Native Trainer.InstallationCopy ScriptHookV.dll to the game's main folder, i.e. where GTA5.exe is located.In order to load asi plugins you need to have asi loader installed, you can download it separately or use the latest version that comes with this distrib (dinput8.dll).This distrib also includes a sample asi plugin - native trainer, if you need a trainer then copy NativeTrainer.asi too.Native Trainer Controls F4 - activateNUM2/8/4/6 - navigate thru the menus and lists (numlock must be on)NUM5 - selectNUM0/BACKSPACE/F4 - backNUM9/3 - use vehicle boost when activeNUM+ - use vehicle rockets when active Tải lên lần đầu: 23 Tháng tư, 2015 Cập nhật lần cuối: 20 Tháng hai, 2025 Last Downloaded: 1 minute ago

2025-04-03
User1662

V also includes a sample ASI plugin; Native Trainer. This allows you to open a menu in-game which comes with many features and game options such as increasing your walk/run speed, jump height, spawning vehicles/objects, changing weather, and more! If you want to use this trainer, make sure to also copy the NativeTrainer.asi file to your GTA V folder!Lua Plugin For Script Hook VLua is a powerful programming and scripting language and the Lua Plugin for Script Hook V allows users to create mods using Lua.To install, please perform the following steps.Download Lua Plugin from here.Extract the downloaded file using ZIP.Copy the LUA.asi file and scripts/ folder to your GTA V directory.You’ll notice some Lua plugins in the scripts/addins/. This is the folder you’ll install other user’s mods made with Lua in. You may delete the default Lua plugins in that folder if you don’t plan on using them.GTA V Mod ManagerGTA V Mod Manager is the most popular mod manager in GTA V for Windows. You may be able to run this on Linux using something such as Wine, but I haven’t tested this personally. Mod managers make it easier for users to install mods. Instead of manually copying files to your GTA V folder, the GTA V Mod Manager will handle this for you.After downloading and extracting the downloaded file, you should be able to open the Mod manager application since it’s an executable. You will need to accept an agreement and also specify your GTA V folder if it doesn’t automatically detect the path.I hope this helps!

2025-04-15
User2475

Confirm that you wish to delete these files.Restart your PC and launch FiveM.Next time you launch FiveM, these files will be regenerated. You will have to wait until all the server files are downloaded the next time you connect to the game server.4. Close background appsIf your problem is related to the bottleneck, the problem likely is that apps run in the background and consume your CPU and RAM. This can be solved by closing unnecessary background apps.Press Ctrl+Shift+Esc on your keyboard to open Task Manager.Find Apps that are running and using your CPU and Memory (RAM).Right-click on the App you choose and select the End task option.Repeat steps 2. and 3. for any app you don’t need while playing FiveM.⚠ Never close apps or end background processes that are unknown to you. This can cause system malfunction and security vulnerabilities. Extra stepsIf nothing else makes the GPU usage higher when playing FiveM, try this:Update your Windows.Run Windows in safe mode.Ensure that your setup is properly cooled and that temperatures are not high.ConclusionIf you are using Script Hook V and have trouble loading mods to GTA V, read our guide on troubleshooting Script Hook V critical error. We hope you solved the issue with the low GPU usage you experienced when playing FiveM. Please share with us what helped you optimize your PC, GPU, and game for the finest performance.

2025-04-22

Add Comment