14 lines
133 B
Plaintext
14 lines
133 B
Plaintext
|
|
||
|
#include "NW_I0_PLOT"
|
||
|
|
||
|
void main()
|
||
|
|
||
|
{
|
||
|
|
||
|
// Set the variables
|
||
|
SetLocalInt(GetPCSpeaker(), "radomix2", 1);
|
||
|
|
||
|
PlayCharacterTheme(53);
|
||
|
|
||
|
}
|