When I type in:
var SinglePlayer : player = player{}
It doesn’t seem to work. Any way to have a variable that contains a single type player?
When I type in:
var SinglePlayer : player = player{}
It doesn’t seem to work. Any way to have a variable that contains a single type player?
You can do this with the option container. They have an example at the bottom of the page.