- Joined
- May 7, 2008
- Messages
- 346
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
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/attachment.php?attachmentid=28132&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
ALWAYS ON EVERY ''DAMAGED'' TRIGGER IS ERROR:Line 291 expected a name
Code:
[B]SystemToolsCrpytKey[/B]
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 )
[B]SystemToolsCrypt[/B]
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 )
[B]SystemToolsDecrpyt[/B]
set udg_buf[GetForLoopIndexA()] = bxor( udg_buf[GetForLoopIndexA()], udg_keybuffer[ModuloInteger(GetForLoopIndexA(), udg_keybuffer_size)], 6 )
[B]Save Script[/B]
set udg_Size = udg_Size + CodeAddChecksum(udg_Size, udg_keycrc_size6, udg_keycrc)
[B]Load Script[/B]
call CodeParseString(udg_s)
[B]Check Script[/B]
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/attachment.php?attachmentid=28132&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