Using the function SetForegroundImage(), I tried doing the following in the instant run command box:
This did not work, so I searched a bit and found a previous forum post regarding it, so I tried...
It gave the following error:
I figure this may be a problem with me trying to run it in the immediate window (ctrl+i). If that is the case, where/how should I add/run it?
Thanks for any assistance regarding this!
SetBackgroundImage ("greybg.jpg", 13)
This did not work, so I searched a bit and found a previous forum post regarding it, so I tried...
check (SetBackgroundImage (GetInfo (66) .. "greybg.jpg", 13))
It gave the following error:
Error number: 0
Event: Run-time error
Description: [string "Immediate"]:1: General problem with a parameter to a script call
stack traceback:
[C]: in function 'error'
[string "Check function"]:1: in function 'check'
[string "Immediate"]:1: in main chunk
Called by: Immediate execution
I figure this may be a problem with me trying to run it in the immediate window (ctrl+i). If that is the case, where/how should I add/run it?
Thanks for any assistance regarding this!