Actor Cloning System by Charlie Fleed
#5
Yes, there is. For example:

Code:
$game_actors.clone_actor(12)

clones actor number 12, puts it in the database, and returns the new Game_Actor object. You may want to store the id of the new actor for later use with something like:

Code:
$game_variables[67] = $game_actors.clone_actor(12).id

the new actor should be then available as

Code:
$game_actors[$game_variables[67]]
Reply


Messages In This Thread
Actor Cloning System by Charlie Fleed - by Charlie Fleed - 02-09-2010, 04:16 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
   The Wanderers: The Customizable Encounters System DerVVulfman 0 863 08-24-2024, 07:12 PM
Last Post: DerVVulfman
   DerVV's Actor Stat Points Distributor DerVVulfman 0 979 07-16-2024, 04:46 AM
Last Post: DerVVulfman
   Super Simple Vehicle System - Enhanced DerVVulfman 65 103,940 06-02-2023, 06:16 PM
Last Post: Sujabes467
   Zenith Tactical Battle System Plus (ZTBS+) DerVVulfman 0 3,500 05-10-2022, 10:42 PM
Last Post: DerVVulfman
   The Charlie Mini-Map / Dynamic Maps Patch DerVVulfman 2 5,795 03-29-2022, 11:55 PM
Last Post: DerVVulfman
   Actor Battle Items DerVVulfman 4 7,063 11-08-2020, 12:36 PM
Last Post: Mel
   Charlie's Mini-Map Extended DerVVulfman 16 19,022 09-02-2020, 03:49 AM
Last Post: DerVVulfman
   Commercial System Package DerVVulfman 11 16,318 01-04-2020, 12:37 AM
Last Post: Pelip
   ACBS - Atoa Custom Battle System 3.2 Victor Sant 150 276,815 03-02-2019, 04:47 AM
Last Post: dragonprincess44
   DerVV's Simple Popup System DerVVulfman 4 13,429 10-08-2017, 04:53 PM
Last Post: DerVVulfman



Users browsing this thread: 1 Guest(s)