ScriptSpot

Forum topic · General Scripting

An oddball bug with a modifier plugin.

By MKlejnowski · 2013-02-25

Description

Okay so for some reason I need to have the plugin installed into the plugin directory and the scripts/startup directory for the plugin to work properly. pretty much having it only in one of the locations does not allow it to set a global variable (only need the global for a split second before i localize them). Anyone ever run into this issue?

Comments (2)

Anubis · 2013-02-25

In my opinion, if some script regardless of is it a plugin or not, need to run twice to work, then for sure there is a logical mistake inside the code.

MKlejnowski · 2013-02-26

Yeah your right. Just as i finish reading your post I found my problem. LOL words of wisdom.