- Joined
- Jan 3, 2015
- Messages
- 41
- Reaction score
- 6
- First Language
- English
- Primarily Uses
I know that there is a script call to obtain all items:
$data_items.each { |i|
next if i.nil? or i.name == ""
$game_party.gain_item(i, 1000)
}
Is there a script call to add all actors?
$data_items.each { |i|
next if i.nil? or i.name == ""
$game_party.gain_item(i, 1000)
}
Is there a script call to add all actors?
