11 lines
153 B
Plaintext
11 lines
153 B
Plaintext
#include "nw_i0_plot"
|
|
|
|
void main()
|
|
|
|
{
|
|
// Give the speaker the items
|
|
CreateItemOnObject("sociallevel", GetPCSpeaker(), 2);
|
|
|
|
PlayOldTheme();
|
|
}
|