Thread: text game
View Single Post
  #3 (permalink)  
Old October 30th, 2006, 08:58 AM
Geo121 Geo121 is offline
Friend of Wrox
 
Join Date: Jan 2006
Posts: 103
Thanks: 0
Thanked 1 Time in 1 Post
Send a message via AIM to Geo121
Default

void thisroom::actiondesc(string act)
{
     if (act == "sniff")
     {
          cout << "You sniff the fould air" << endl;
     }
}

 ~ Geo
Reply With Quote