# Sgrup
*clr & cla
gs 'themes', 'food_menu'
gs 'stat'
$textgrup = ''
act 'Leave':gt 'gschool_lessons', 'short_break'
if $loc = 'gschool_grounds' or $loc = 'gschool_lunch':
'
> src="images/locations/pavlovsk/school/lunch/lunch.jpg">'
'You stay in the cafeteria where some of the teachers are eating or watching over the kids making sure there is no trouble.'
end
*nl
i = 0
''
:markgruploop
i += 1
if count1 = 6 : $textgrup += ''
if grupTipe[i] = 6:count1 += 1 & $textgrup += '' + '> align="center"> ' + $npcGo[i]
if count1< 6 and grupTipe[i] = 6 :
$textgrup += ' | '
elseif count1 = 6 and grupTipe[i] = 6:
$textgrup +='
' & count1 = 0
end
if i < ARRSIZE('school_static_num'):jump 'markgruploop'
'<<$textgrup>>'
--- Sgrup ---------------------------------