8 lines
192 B
Plaintext
8 lines
192 B
Plaintext
|
//This script ensure death is destroyed after about 3 minutes, to ensure that
|
||
|
//players don't get stuck with extra death tokens..
|
||
|
void main()
|
||
|
{
|
||
|
object oPlayer = GetModuleItemAcquiredBy();
|
||
|
|
||
|
}
|