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