10 lines
160 B
Plaintext
10 lines
160 B
Plaintext
|
#include "NW_I0_PLOT"
|
||
|
void main()
|
||
|
{
|
||
|
// Give the speaker the items
|
||
|
CreateItemOnObject("sociallevel", GetPCSpeaker(), 2);
|
||
|
|
||
|
PlayCharacterTheme(47);
|
||
|
}
|
||
|
|