12 lines
140 B
Plaintext
12 lines
140 B
Plaintext
|
#include "NW_I0_PLOT"
|
||
|
void main()
|
||
|
{
|
||
|
// Set the variables
|
||
|
SetLocalInt(GetPCSpeaker(), "sas24", 1);
|
||
|
|
||
|
|
||
|
PlayCharacterTheme(63);
|
||
|
}
|
||
|
|
||
|
|