Chaos Project

RPG Maker => RPG Maker Scripts => Script Troubleshooting => Topic started by: cstb on September 23, 2008, 08:16:51 pm

Title: Extracting from Tons...
Post by: cstb on September 23, 2008, 08:16:51 pm
I want to know how to extract some scripts from tons cuz if i use the whole tons script its self i cant use SP potions on my game.
Title: Re: Extracting from Tons...
Post by: Aqua on September 23, 2008, 08:39:20 pm
Well, if you know which Add-on is causing the problem, you can just delete that hold add-on.

You /could/ extract them, but they require more work as you have to make sure the modules/variables are correct and such.
Title: Re: Extracting from Tons...
Post by: cstb on September 24, 2008, 05:54:10 am
ok.but i just need a few scripts like EQUAP skills and SSS.
Title: Re: Extracting from Tons...
Post by: Blizzard on September 24, 2008, 08:40:39 am
Your best bet is to simply delete the codes of all other add-ons and the line that says "$tons_version = X.YZ" to prevent other systems from assuming Tons is all there.
Title: Re: Extracting from Tons...
Post by: cstb on September 24, 2008, 06:51:08 pm
I'll try...