I was well aware of that, I was just wary that there would be formatting issues. Thanks, though.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menufunction dialog_request(int dr); {
Dialog.Start()
if (dr==5) {
cCoop.AddInventory(iBridgekey);
StopDialog();
}
}
function dialog_request(int dr); {
dDialog1.Start()
if (dr==5) {
cCoop.AddInventory(iBridgeKey);
StopDialog();
}
GlobalScript.asc(523): Error (line 523): Nested functions not supported (you may have forgotten a closing brace)
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.061 seconds with 14 queries.