Page MenuHomeFeedback Tracker

Adding a Single Line Comments stops all commands after comment from executing
Closed, ResolvedPublic

Description

Hi guys, I have tested this quite carefully. Can you please verify?

Details

Legacy ID
377231711
Severity
None
Resolution
Unable To Duplicate
Reproducibility
Always
Category
Scripting
Steps To Reproduce

create radio trigger to execute script

Script Name: ozdm_SC_Watch.sqf;

Script Contents:

/*
Created by OzDeaDMeaT
version 0.wtf?
8/08/2013
*/

hint "Script:Debug1";
//TEST 1234
sleep 1;
hint "Script:Debug2";

Execute this script and only the first debug will show up, second never is shown. If you remove line //TEST 1234 the second comment will execute.

Event Timeline

ozdeadmeat edited Additional Information. (Show Details)
ozdeadmeat set Category to Scripting.
ozdeadmeat set Reproducibility to Always.
ozdeadmeat set Severity to None.
ozdeadmeat set Resolution to Unable To Duplicate.
ozdeadmeat set Legacy ID to 377231711.May 7 2016, 3:54 PM

I'm unable to reproduce this, I see both debug messages, how are you executing the script?

On a system restart this issue has gone away. I will monitor this further and create a log file and submit it if it happens again.

This comment was removed by Geez.
Geez added a subscriber: Geez.May 7 2019, 1:40 PM