show testvid onlayer video_call_layer
phone call "mc" video
"video is showing on the phone"
phone end call
keep getting error:
File "game/script.rpy", line 3499: end of line expected.
phone call "mc" video
so tried this
phone call ("mc" , video)
which fixed the error but now i get
File "game/script.rpy", line 3498, in script
show testvid onlayer video_call_layer
Exception: Trying to add something to non-existent layer 'video_call_layer'
i just know im either screwing up your coding or missing the obvious
please help