7 lines
167 B
Plaintext
7 lines
167 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
AssignCommand(OBJECT_SELF, JumpToLocation(GetLocation(GetObjectByTag ("starfall_wp"))));
|
||
|
SetLocalInt(oPC, "starduel", 0);
|
||
|
}
|