I'm just reading over the ASL document, and I was wondering if you could add something like this....
startscript {
set string <fromroom; >
set string <toroom; >
}
command </destroy #fromroom#;#toroom#> destroy exit <#fromroom#; #toroom#>
you can specify the exist room names in the script, but can they be 'dynamic'?
I was also wondering if this was possible....
command </kick $id(player name)$> if ( [email protected](PLAYER ACCESS)$ >= 1 ) then disconnect < $id(player name)$>
ignore the whole
[email protected](PLAYER ACCESS)$ thing.