Subversion Repositories wimsdev

Rev

Rev 13141 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1319 guerimand 1
!set wims_module_log=error: $error
3985 bpr 2
<b>$wims_name_Error</b>.
12031 guerimand 3
!if $error iswordof toomanycomp closedlivret
4059 bpr 4
  !goto $error
5
!else
13151 obado 6
  !msg $error
7
  !exit
4059 bpr 8
!endif
1319 guerimand 9
 
10
:toomanycomp
13151 obado 11
No more skills can be added, the upper limit is $maxcomp!
1319 guerimand 12
!exit
13
 
12031 guerimand 14
:closedlivret
13151 obado 15
The skill book has been disabled by your teacher.
12031 guerimand 16
!exit
17
 
18