10 lines
218 B
Plaintext
10 lines
218 B
Plaintext
#include "sfcs_functs"
|
|
void main()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
SetLocalString(OBJECT_SELF, "BONUS", "CHARISMA");
|
|
ActionDoCommand(SetMenuText());
|
|
ActionWait(0.25);
|
|
ActionStartConversation(oPC);
|
|
}
|