Player is not transparent now when starting script

This commit is contained in:
JappaWakka 2022-10-18 16:04:26 +02:00
parent b5282dd9f9
commit 3855f806bd
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ nextScript:
''' <param name="Input">The input string.</param>
''' <param name="InputType">Type of information; 0: Script path, 1: Text, 2: Direct input.</param>
Public Sub StartScript(ByVal Input As String, ByVal InputType As Integer, Optional ByVal CheckDelay As Boolean = True, Optional ByVal ResetInsight As Boolean = True)
Screen.Level.OwnPlayer.Opacity = 1
ScriptLevelIndex += 1
TempSpin = False