Ofc its possible. We're talking programming here, most stuff is possible. Simply use subroutines for each seperate part fo the game and link to these routines after a 'if sprite collsision (x,y)=1' where x is the pointer sprite and y is the 'click-me' picture. The fighting part will be harder to make and is probably far to advance to explain right now.
Btw example on a 'click me instruction'
something like this
for pics=1 to x (the numbers of pictures you want to do)
sprite pic(pic),picx(pic),picy(pic),pics(pic) (making up the variables names myself.)
next pic
do
for pic=1 to x
if sprite collision (mouse,1)=1 then goto _routine_1
if sprite collision (mouse,1)=1 then goto _routine_2
if sprite collision (mouse,1)=1 then goto _routine_3
if sprite collision (mouse,1)=1 then goto _routine_4
if sprite collision (mouse,1)=1 then goto _routine_5
next pic
loop
loop
The only way to get an intellegent conversasion is to have a monolog.