Misty De Meo c6391c709e DIRECTOR: handle go with multiple int arguments
While `go` is intended to be called with either one int arugment or
one string and one int argument, Director accepts multiple int args.
In this case, it treats the first argument as an integer and silently
discards the rest. Before this branch, ScummVM would always treat two
arguments as being the movie + frame case and throw a typecheck error
for the first argument. This fixes it by checking the type of the first
arg and discarding the rest, matching Director's behaviour.

This was seen on the title screen of Wallobee Jack: The Thai Sun Adventure,
which calls it like so: `go (the frame) 0`
2022-10-22 09:14:34 -07:00
..
2022-10-18 22:02:41 +02:00
2022-07-19 09:22:55 +03:00
2022-10-08 01:33:14 +02:00
2022-10-12 20:17:09 -07:00
2022-10-16 22:06:27 +02:00
2022-09-12 15:52:18 +02:00
2022-03-18 13:09:52 +01:00
2022-10-07 17:14:10 +02:00
2022-10-07 17:00:31 +02:00