Re: Is there anything to talk about? (generally awkward thre

#123
Just made a troll script

#Include "Zcommon.acs"

Script 1 ENTER
{
//first time does nothing at all.
consolecommand("set Resurrect 1");
Delay(35*30);
Sector_SetDamage(1, 1000, 0);
Restart;
}

The script is activated when the player opens the map, Resurrects the player (Keeping in mind the first time the resurrect script activates does nothing), Delay for a total of 30 seconds then kills tha player, restarts the script and resurrect the player It continues in a loop.

EDIT: Had to change it up a little since it wouldn't work on a different engine I was using.
Last edited by Steelponi on Thu Mar 21, 2013 10:38 pm, edited 1 time in total.

Re: Is there anything to talk about? (generally awkward thre

#124
Steelponi wrote:Just made a troll script
Script 1 OPEN
{
//first time does nothing at all.
ConsoleCommand("Resurrect");
Delay(35*30);
KillPlayer;
Restart;
}

The script is activated when the player opens the map, Resurrects the player (Keeping in mind the first time the resurrect script activates does nothing), Delay for a total of 30 seconds then kills tha player, restarts the script and resurrect the player It continues in a loop.
Are you using some sort of backup account or inspired by SteelPoint
Don't call it a comeback, I never left
Youtube channel: https://www.youtube.com/channel/UCsE8eN ... DnN6kvweew