OK Here is the point.MY save/load code is nearly to end,but this custom scripts don't work!I will post map and custom script here!Please help me this time please!
ALWAYS ON EVERY ''DAMAGED'' TRIGGER IS ERROR:Line 291 expected a name
Code:
SystemToolsCrpytKey
set udg_keybuffer[ModuloInteger(GetForLoopIndexA(), udg_keybuffer_size)] = bxor( udg_keybuffer[ModuloInteger(GetForLoopIndexA(), udg_keybuffer_size)], B642I(SubStringBJ(udg_s, GetForLoopIndexA() + 1, GetForLoopIndexA() + 1)), 6 )
SystemToolsCrypt
set udg_keybuffer[ModuloInteger(GetForLoopIndexA(), udg_keybuffer_size)] = bxor( udg_keybuffer[ModuloInteger(GetForLoopIndexA(), udg_keybuffer_size)], B642I(SubStringBJ(udg_s, GetForLoopIndexA() + 1, GetForLoopIndexA() + 1)), 6 )
SystemToolsDecrpyt
set udg_buf[GetForLoopIndexA()] = bxor( udg_buf[GetForLoopIndexA()], udg_keybuffer[ModuloInteger(GetForLoopIndexA(), udg_keybuffer_size)], 6 )
Save Script
set udg_Size = udg_Size + CodeAddChecksum(udg_Size, udg_keycrc_size6, udg_keycrc)
Load Script
call CodeParseString(udg_s)
Check Script
set udg_s = GetStringChecksum (udg_s, udg_keycrc_size6, udg_keycrc)
These are problems in my map you can find these on end with save/load as an name.I will post map.Maybe someone knows the problem here...
http://www.hiveworkshop.com/forums/a...2&d=1210186512
So if you need explanation from where did i copyed save and load i will give you map here!
Thanks in advance,Crusher8.You can pm me too about this