Hello all.
I am sorry but i need some help in a script of netplay plus 1.7.
script :
This script is in [NET] Network* and i want to use it because he can allow me to make global net switches and variables.
And when i make an event with a net global switch i have an error :
Line 901 :
Can you suggest me what to do please.
Full script :
http://sb-creation.net/network.txt
I am sorry but i need some help in a script of netplay plus 1.7.
script :
Code:
# System Update
when /<10>(.*)<\/10>/
return true if $1 == nil
return true if $1.match(/File|system|`/)
eval($1)
$game_map.need_refresh = true
return true
This script is in [NET] Network* and i want to use it because he can allow me to make global net switches and variables.
And when i make an event with a net global switch i have an error :
Code:
Line 901 [NET] Network* cannot convert nil into script
Line 901 :
Code:
eval($1)
Can you suggest me what to do please.
Full script :
http://sb-creation.net/network.txt