Search found 2 matches
- Sat Nov 07, 2020 7:12 am
- Forum: General Discussion
- Topic: Ren'py language vs standard python
- Replies: 3
- Views: 4954
Re: Ren'py language vs standard python
So is""" init python: code the same as init: python: code """ sorry if my question wasn't clear ( what i meant was is init python the same as init: that takes in a python code block) And do i need to have any reference code to an another rpy scripts or i don't need it ( such as I can just jump to a ...
- Sat Nov 07, 2020 4:27 am
- Forum: General Discussion
- Topic: Ren'py language vs standard python
- Replies: 3
- Views: 4954
Ren'py language vs standard python
Hi, I'm currently new to renpy so I just have few question about the diff between renpy language vs python: 1. is ""Init: python:"" equivalent to ""init python:""" 2. when creating a new python script and I want to use it in another script, do I have still have to use the "import" keyword? 3. Is it ...