更新PVF初始化
This commit is contained in:
parent
af64ac36d0
commit
737ec7a7aa
|
|
@ -176,7 +176,7 @@ class ItemCrossoverC {
|
||||||
};
|
};
|
||||||
|
|
||||||
function InitPvf() {
|
function InitPvf() {
|
||||||
// Script();
|
Script();
|
||||||
ScriptData.GetFileData("etc/rindro/itemtool/itemcrossover/itemcrossover.etc", function(DataTable, Data) {
|
ScriptData.GetFileData("etc/rindro/itemtool/itemcrossover/itemcrossover.etc", function(DataTable, Data) {
|
||||||
while (!Data.Eof()) {
|
while (!Data.Eof()) {
|
||||||
local Fragment = Data.Get();
|
local Fragment = Data.Get();
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,9 @@ class Script {
|
||||||
C_Object = null;
|
C_Object = null;
|
||||||
|
|
||||||
constructor(Path = "/home/neople/game/Script.pvf") {
|
constructor(Path = "/home/neople/game/Script.pvf") {
|
||||||
|
if (getroottable().rawin("_Script_Data_")) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
print("正在初始化PVF...");
|
print("正在初始化PVF...");
|
||||||
local StartTime = time();
|
local StartTime = time();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue