Posted by GMS_Slug on June 16, 1998 at 21:31:57:
In Reply to: Taunts? posted by CosmoDNA on June 16, 1998 at 20:27:19:
taunts are sounds that you can play by assigning them to a certain number.. if you've ever tried to send someoen a message that started with a number, you might have noticed it didn't work.. it's cause MotS thinks your trying to send a taunt, but you haven't assigned one to that number..
Here's a cog that'll play dialogue when you enter a room..
symbols
message entered
sector sector
int played=0 local
end
#
========================================================================================
code
entered:
if (played) return;
played = 1;
print("put your text here")
end
I posted it down on the board earlier in the week, wasn't sure if it'd work, but it's been confirmed by master cogger Rishka :)