This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
string dummy="/*\ | |
"; | |
// insert here code that will only be compiled when the preprocessor is active | |
#include "debug.h" | |
/*/""; // separator line | |
// insert here code that will only be compiled when the preprocessor is inactive | |
debug(string s){llOwnerSay(s);} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
list facial_anim_list = | |
[ "express_afraid_emote" | |
, "express_anger_emote" | |
, "express_laugh_emote" | |
, "express_bored_emote" | |
, "express_cry_emote" | |
, "express_embarrassed_emote" | |
, "express_sad_emote" | |
, "express_toothsmile" | |
, "express_smile" |