@drago : tapi kalo VX gak bisa ganti background.
Emang sih ada script background vx, dan tankentai ada sequence script.
Tapi gak tau cara gabungin command nya. Seandainya digabung pun, ane gak tau cara me refresh scene nya (biasanya suka naro $Scene_Map.New)
Untuk background vx script command nya $Game_System.bb = "file name"
utk tankentai langsung aja, misal
"clear pict" => ["script","for i in1..20 $game_troop.screen.pict[i].erase
end"]
tapi pas tankentai ada tulisan gini di manual nya
Insert a simple script code into thn action sequdnce utilizing the eval() method. Character string can work if the .to_s method is used rather tan quotes. Anything else beyond functions will not work.