7 lines
161 B
Plaintext
7 lines
161 B
Plaintext
|
void main()
|
||
|
{
|
||
|
ActionPauseConversation();
|
||
|
ActionCastFakeSpellAtObject(SPELL_DOMINATE_MONSTER,GetPCSpeaker());
|
||
|
DelayCommand(2.0,StartNewModule("XP2_Chapter1"));
|
||
|
}
|