Little bug in tell.iss

Turtle

Active Member
Just want to inform that there is (what i think) is a bug in tell.iss in /Scripts/

Change this:

function Tells(string Line)
{
call PlaySound "${LavishScript.CurrentDirectory}/sounds/intercom.wav"
}

To this:

function Tells(string Line)
{
call PlaySound "${LavishScript.CurrentDirectory}/Scripts/Sounds/intercom.wav"
}
 

gp1001

Active Member
Isn't ${LavishScript.CurrentDirectory} = ../Innerspace/Scripts/ ?
Hmmm, I guess I could be wrong its been a while.

:D
 
Top Bottom