14 lines
321 B
Plaintext
14 lines
321 B
Plaintext
|
|
||
|
if(IsCommonDataAreaExists("PIV") == false){
|
||
|
CreateCommonDataArea("PIV");
|
||
|
SetAreaCommonData("PIV", "currentvalue", 10000);
|
||
|
}
|
||
|
else{}
|
||
|
|
||
|
if(IsCommonDataAreaExists("ScriptID") == false){
|
||
|
CreateCommonDataArea("ScriptID");
|
||
|
SetAreaCommonData("ScriptID", "SystemID", 0);
|
||
|
SetAreaCommonData("ScriptID", "ItemID", 0);
|
||
|
}
|
||
|
else{}
|
||
|
|