Jump to content

Recommended Posts

Posted

Opens just fine for me...

void main() {
location location1 = Location(Vector((-11.39794), 105.95697, 11.05343), 0.0);
location location3 = Location(Vector((-11.59501), 108.40697, 11.05343), 0.0);
location location5 = Location(Vector((-13.34613), 108.80064, 11.05343), 0.0);
object oZhugdogad1 = CreateObject(1, "zhugdogad1", location1, 0);
object oZhugdogad2 = CreateObject(1, "zhugdogad2", location3, 0);
object oZhugdogad3 = CreateObject(1, "zhugdogad3", location5, 0);
object oPC = GetFirstPC();
DelayCommand(0.5, AssignCommand(oPC, ActionStartConversation(oZhugdogad2, "zhug", 0, 0, 0, "", "", "", "", "", "", 0, 0xFFFFFFFF, 0xFFFFFFFF, 0)));
}

Should speak for itself, right?

Posted

I did. Polish words are great for scripts, there's no way anyone else is gonna ever use them so no compatibility issues are possible ;P

I stopped naming script this way when working on TSLRCM though, to not confuse people too much.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Guidelines.