Added persistent player storage. Fixed store items. Full compile. Updated release archive.
11 lines
115 B
Plaintext
11 lines
115 B
Plaintext
void main()
|
|
{
|
|
|
|
object oPC = GetClickingObject();
|
|
|
|
if (!GetIsPC(oPC)) return;
|
|
|
|
ActionStartConversation(oPC, "");
|
|
|
|
}
|