- Joined
- Jan 26, 2014
- Messages
- 1,281
- Reaction score
- 106
- First Language
- Irish
- Primarily Uses
- N/A
When I am using someone's script, say... Yami, Yanfly, Victor or Tsukihime's scripts...
I often notice this:
$imported = {} if $imported.nil?for example:
$imported = {} if $imported.nil?$imported["HeartFire"] = trueCan someone give me an elaboration what it does and what it means?
I tried erasing this line of code on Yami's script and tried to run the script and it still works...
so does it mean its something placed by the scripter to define their scripts?
I often notice this:
$imported = {} if $imported.nil?for example:
$imported = {} if $imported.nil?$imported["HeartFire"] = trueCan someone give me an elaboration what it does and what it means?
I tried erasing this line of code on Yami's script and tried to run the script and it still works...
so does it mean its something placed by the scripter to define their scripts?
