13 lines
139 B
Plaintext
13 lines
139 B
Plaintext
#include "NW_I0_PLOT"
|
|
|
|
void main()
|
|
{
|
|
// Set the variables
|
|
SetLocalInt(GetPCSpeaker(), "sas2", 1);
|
|
|
|
PlayCharacterTheme(7);
|
|
}
|
|
|
|
|
|
|