LadyLegend
NPC
- Xy$
- 0.00
Hello and thank you for taking time out of your day to help me.
I need two things thats sort of related.
I searched and searched I think I found some answers but how to use the answers is not quite what I need.
I found this https://docs.google.com/spreadsheets/d/1-Oa0cRGpjC8L5JO8vdMwOaYMKO75dtfKDOetnvh7OHs/edit#gid=0
which shows you a bunch if not all of the script calls. What I need is something like this:
------------------------
1.
$gameParty.leader().name() <- this finds the name of the party leader and I can set up conditions with it.
I need a script like that for the weapon that is equipped by the party leader.
Not weapons by ID number and actor.
If thats possible I need it for the armor thats equipped and skill the leader has also.
2.
$gameParty._actors.push($gameParty._actors.shift());
$gamePlayer.refresh();
$gameMap.requestRefresh();
This switches formation of the party leader and I can attach it to a button press
However I need to switch weapons and skills by button press.
-----------------------
Thanks again
I need two things thats sort of related.
I searched and searched I think I found some answers but how to use the answers is not quite what I need.
I found this https://docs.google.com/spreadsheets/d/1-Oa0cRGpjC8L5JO8vdMwOaYMKO75dtfKDOetnvh7OHs/edit#gid=0
which shows you a bunch if not all of the script calls. What I need is something like this:
------------------------
1.
$gameParty.leader().name() <- this finds the name of the party leader and I can set up conditions with it.
I need a script like that for the weapon that is equipped by the party leader.
Not weapons by ID number and actor.
If thats possible I need it for the armor thats equipped and skill the leader has also.
2.
$gameParty._actors.push($gameParty._actors.shift());
$gamePlayer.refresh();
$gameMap.requestRefresh();
This switches formation of the party leader and I can attach it to a button press
However I need to switch weapons and skills by button press.
-----------------------
Thanks again