sprugles555
Member
I had this problem
There is an event in the tutorial on the first map of Battle Field
Ill Post:
@>Control Variables [0010: Sensor Enemy] = 4
@>Control Variables: [0011: OVD - Level] +=2 #This is the starting level and can be set to anything!
@>Script:$game_system.xas_skill_id = 20
$game_system.xas_skill_index = 1
$game_system.xas_item_id = 1
$game_system.xas_item_index = 1
$game_system.xasovd_gauge = 100
$game_system.xasovd_lv = 2
$game_temp.skill_refresh = true
$game_temp.item_refresh = true
@>Control Switches [0060: Quick Test Set] = On/Off
---------------------
This can be inserted into an event on your first map anywhere. Remember to set the trigger to AutoRun
There is an event in the tutorial on the first map of Battle Field
Ill Post:
@>Control Variables [0010: Sensor Enemy] = 4
@>Control Variables: [0011: OVD - Level] +=2 #This is the starting level and can be set to anything!
@>Script:$game_system.xas_skill_id = 20
$game_system.xas_skill_index = 1
$game_system.xas_item_id = 1
$game_system.xas_item_index = 1
$game_system.xasovd_gauge = 100
$game_system.xasovd_lv = 2
$game_temp.skill_refresh = true
$game_temp.item_refresh = true
@>Control Switches [0060: Quick Test Set] = On/Off
---------------------
This can be inserted into an event on your first map anywhere. Remember to set the trigger to AutoRun