# city_canal !! Date Created: 14th May, 2024 !! Modified date: !! Version: .01 - initial release !! Author: Hooded Silence !! !! St Petersburg Canals !! !! Sub-location in St Petersburg for dates, boat rides and other events if $args[0] = 'init': img_sel = rand(1,2) if daystage = 2 or daystage = 3: $setloc['StageImage'] = 'city_canals_day_<>' else $setloc['StageImage'] = 'city_canals_night_<>' end killvar img_sel end if $args[0] = 'content': !! Main location content. *clr & cla $setloc['StageTitle'] = 'St Petersburg Canals' gs 'city_canal', 'init' $location_type = 'public_outdoors' gs 'shortgs', 'setloc', 'city_canals', $ARGS[0] gs 'stat' gs 'core_library', 'stage_title' 'You stand gazing at the famous Canals of the North, the hustle and bustle of people on the streets against a backdrop of elegant Russian buildings. You see boatmen plying their trade on the waters below and working on their tour boats.' !! Navigation act 'Head to the Arts district': msg 'not implented' & gt 'city_canal', 'content' act 'Take a boat trip (100)': msg 'not implented' & gt 'city_canal', 'content' act 'Take the boats to Vasily Island (50)': msg 'not implented' & gt 'city_canal', 'content' end if $args[0] = 'dates': !! For all date related activities. end --- city_canal ---------------------------------