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