H!
Must I always use
Oke I have like above and when I do this:
Is it btw possible to do something like this
I want to know everything about the type,
Where can I find more information ?
Must I always use
type playerdata field a field b end type For player.playerdata = Each playerdata player\a = 10 Next
Oke I have like above and when I do this:
print player.playerdata\a ;I get an error
Is it btw possible to do something like this
For player.playerdata = player.playerdata\a = 10 player\a = 10 Next
I want to know everything about the type,
Where can I find more information ?