Markus Ramikin 107 Posted October 31, 2010 Just curious, but what IS that? Found it in 351NAR.mod while browsing after something else, and it amused me greatly because it's Polish for something like "enough chatter". Can't open it, though. Quote Share this post Link to post Share on other sites
Hassat Hunter 571 Posted October 31, 2010 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? Quote Share this post Link to post Share on other sites
Markus Ramikin 107 Posted October 31, 2010 Yeah. Thanks. Wonder who named it that way. Quote Share this post Link to post Share on other sites
zbyl2 811 Posted October 31, 2010 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. Quote Share this post Link to post Share on other sites
MrPhil 58 Posted November 1, 2010 Quite original! Quote Share this post Link to post Share on other sites
Markus Ramikin 107 Posted November 2, 2010 Hehe, gotoucieka.dlg. Quote Share this post Link to post Share on other sites