room 1
%echoaround% %actor% %actor.name% undocks %actor.hisher% ship. %teleport% %actor% 35040 %send% %actor% Undocking... wait 2 s %send% %actor% Checking navigation systems... wait 2 s %teleport% %actor% 35201 %force% %actor% look
room 2
%echoaround% %actor% %actor.name% docks %actor.hisher% ship into the station. %teleport% %actor% 35040 %send% %actor% Docking... wait 2 s %send %actor% Your ship is being towed into the station. wait 2 s %teleport% %actor% 35008 %force% %actor% look
This script works on TBA but not on mine, this is the error i get:
Debug Assertion Failed! Program: circlemud.exe File: f:\dd\vctolls\crt_bld\self_x86\crt\src\isctype.c Line: 56 Expression: (unsigned)(c + 1) <=256
#if defined (_DEBUG)
extern "C" int __cdecl _chvalidator(
int c,
int mask
)
{
_ASSERTE((unsigned)(c + 1) <= 256);
return _chvalidator_l(NULL, c, mask);
}
I guess something is wrong with the file?
I have no idea how to fix this


