ok, let's say i have this bit of coding to show character emotion...
mob
verb
smile()
set category = "emotions"
world << "*[usr] smiles*"
now, let's also say i have a bitmap image in my file tree called "happyface.bmp". now instead of *[usr] smiles* showing up when the user clicks on the verb, i want the happy face picture to show up in its place. can someone please show me a quick and easy way to do this? i've tried to figure it out myself but no matter what i do nothing works. thanks in advance.
ID:176636
![]() Dec 24 2002, 7:51 pm
|
|
![]() Dec 26 2002, 1:10 am
|
|
world << "\icon['happyface.bmp']"
|