Problem with Libraries

Kitaan
19 Aug 2008, 08:59
hiya, I'm having a problem with some of the libraries, it seems the commands i add refuse to work, i even made a test library which just contained:


!library
!asl-version <400>
!name <Kitaans testing library>
!version <0.1>
!author <Tom "Kitaan" James>

!addto game
Command </crty>
msg <hihitest>
!end

and when you load up the game and use the command (tried several libraries with many different games) if i type /crty there is just a blank afterwards, no error messages, but it doesn't do what the command is supposed to either. Any help with why this doesn't work would be greatly appreciated.

Freak
19 Aug 2008, 09:29
Put an space and underscore after the "Command" line, or put on opening brace after the "Command line" and line with a close brace after the "msg" line", or put both "Command" and "msg" on a single line.

Elexxorine
23 Aug 2008, 13:29
    !library
!asl-version <400>
!name <Kitaans testing library>
!version <0.1>
!author <Tom "Kitaan" James>

!addto game
Command </crty> {
msg <hihitest>
}
!end

Kitaan
31 Aug 2008, 18:17
ah thanks, i figured i must just have missed something simple out like that