- Joined
- Apr 13, 2019
- Messages
- 116
- Reaction score
- 149
- First Language
- English
- Primarily Uses
- RMVX
Hi guys,
I want to ask does it mean to create a new object if we run:
abc = abc.new(1,2)
But then, for example that i need object abc to insert into: tint_start(abc)
how can i straightly write something like: tint_start({1,2}) instead of using .new key
I want to ask does it mean to create a new object if we run:
abc = abc.new(1,2)
But then, for example that i need object abc to insert into: tint_start(abc)
how can i straightly write something like: tint_start({1,2}) instead of using .new key

