Tentacle
Member
- Mar 12, 2017
- 293
- 255
- 254
Thanks I was really scratching my head as to how to write a call label function that looked like the original code. eck. It had to be something machine generatedActually that was not added by us, but Renpy in order to speed up execution.
So if You are going to call the expendable menu it would go like thisAs in without the from keyword.Code:expandable_menu(ivy_regular_training_menu)
There are only a few instances where the from keyword is manually used such as when moving items like thisAs you can see, when the from keyword is used manually it will always be followed by the object that the item moved from.Code:give 1 dildo to ivy from player