6 lines
95 B
Plaintext
6 lines
95 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC = GetLastUsedBy();
|
||
|
ActionStartConversation(oPC, "changer");
|
||
|
}
|