Jump to content

Radiation Zone HELP


Recommended Posts

Here is the code that I have found and placed into it the co-ordinates I wanted to test it, however it's not working. I placed the text below into descriptions. I am new to this, where am I going wrong?
 
 
thanks everyone.
 
class Item0
{
    position[]={20.471615, 1587.2903, 0.11727337};
    a=100;
    b=100;
    activationBy="WEST";
    repeating=1;
    interruptable=1;
    age="UNKNOWN";
    name="radzone";
    expCond="(player distance radzone) < 200;";
    expActiv="TitleText[""Your Geiger counter starts making noise..."",""PLAIN DOWN""]; DZE_Quarantine = true;";
    expDesactiv="TitleText[""Your Geiger counter is now silent."",""PLAIN DOWN""]; DZE_Quarantine = false;";
    class Effects
    {
    };
};

description.txt

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...