I've got a problem with these scripts...
Code: Select all
script 10 (void)
{
SetLineSpecial (243, ACS_Execute, 11);
ChangeFloor (249, "GATE1");
Light_Glow (249, 255, 152, 8);
}
script 11 (void)
{
Teleport(243, 264, 0);
}

Any ideas ?
Thx
Code: Select all
script 10 (void)
{
SetLineSpecial (243, ACS_Execute, 11);
ChangeFloor (249, "GATE1");
Light_Glow (249, 255, 152, 8);
}
script 11 (void)
{
Teleport(243, 264, 0);
}