Silver wrote:Oh, it didn't work on my mobile device but that's probably a problem at this end. It just launches the youtube app and plays from the beginning.
Oh, I see. Well the rel vent point starts at 2:35
Anyway, I have discovered I can do it by just setting the 'typewriter' effect, but when I run the sequence I get the following error message:
Error running script: Too few parameters passed to TextFX_Typewriter function - only 1 passed, but 2 expected
This is my script:
TextFX_Typewriter ("Enter password | {command:log off:Log off}<br/>", 40)
get input {
if (result="337E18" or result="337e18") {
ClearScreen
TextFX_Typewriter ("Logging in. Please wait.<br/>", 40)
SetTimeout (3) {
TextFX_Typewriter ("Pear ePad4 | User ID: Lance Matthews | Session log: 2334#4 | {command:log off:Log off}<br/><br/>{command:contacts:Contacts}")
}
}
else if (result="log off") {
TextFX_Typewriter ("Logging off. Please wait.", 40)
SetTimeout (2) {
TextFX_Typewriter ("<br/>Logged off.<br/>")
}
SetTimeout (3) {
ShowRoomDescription
}
}
else {
TextFX_Typewriter ("<br/>Incorrect password | {command:log off:Log off}<br/>")
do (EpadCommand, "script")
}
}
Also, the {command:log off:Log off} which should render as a clickable link for logging off and returning to the game, is rendered as text only.