NOTICE: Many sections contain horribly outdated information and links.  

Statistics
General
  Users: 16083
Stargates
  Connections: 0
  Total: 399
  Milkyway: 156
  Pegasus: 88
  Forerunner: 76
  Tollan: 79
Teleporters
  Total: 3
Miscellaneous
  AFVIs: 3
 

Death Manual


Contents


Death System
2.5

In order to recieve the latest updates and other important information, be sure that you join the Alpha-Fox User Group. You can also access the forums at http://www.alpha-fox.com/community/.


Section 1 - Introduction

Death is a free system developed by Alpha-Fox. It allows for a method of instantly killing people on group / individually owned land without having damage.

Back to Top


Section 2 - API Usage

The API is quite simple to use. llMessageLinked calls are used to activate it. However, you must have a Death server in the region and activated in order for this to work.

Here is a simple script example that can be used as a button that will kill anybody who touches it. Please note that the death.api.lsl script must be in the same prim this script is in.

default
{
    state_entry()
    {
        llSay(0, "The Big Red Button");
    }

    touch_start(integer detected_num)
    {
     llMessageLinked(LINK_SET, 0, llDetectedName(0) + "|" + (string)llDetectedKey(0) + "|" + "touching the Big Red Button.", "kill");
    }
}

However, lets break down this message.

(key id) serves as a simple command to tell the server what to do, in this case to "kill"

(string str) serves as a list of values the server will need to know
- Value 1 is the name of the person being killed.
- Value 2 is the UUID of the person being killed.
- Value 3 is the method of being killed (i.e: "walking through the back of a wormhole")

Back to Top


Section 3 - Troubleshooting

Question: Death is saying it is killing people, yet they do not teleport home.
Answer: Make sure the Death server is deeded to the group your land is owned in.

Question: How do I turn on the Death server?
Answer: Just click the server itself until the little LED panel on the front turns green.

Back to Top


Section 4 - Contact

If you have any problems with this product, feel free to send an IM to Zachary Carter. Preferably, we would like you to use our support portal at:

http://www.alpha-fox.com/support/

You can also talk to our community of members on the Alpha-Fox forums:

http://www.alpha-fox.com/community/

If you do not have an Alpha-Fox account, or you have forgotten your password, visit a terminal in-world to register your avatar name:

http://www.alpha-fox.com/terminals/

Back to Top

 

Zachary Carter
Copyright 2008 Alpha-Fox
http://www.alpha-fox.com/

This manual was last updated on 2 November 2008.


Navigation
 
Login

Username:

Password:

Remember Me?

Register an Account
Reset your Password