Markus Ramikin Posted October 31, 2010 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
Hassat Hunter Posted October 31, 2010 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
Markus Ramikin Posted October 31, 2010 Author Posted October 31, 2010 Yeah. Thanks. Wonder who named it that way. Quote
zbyl2 Posted October 31, 2010 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
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.