Post: Keep Togglable for whole game
05-26-2015, 08:01 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Well with this I mean when I activate e.g. Floaters in the first round I want it stay on for the rest of the rounds/game, but I dont know how I do that
    togglefl()
{
if(self.floaters == false)
{
self.floaters = true;
self iprintln("^2Floaters Enabled");
}
else
{
self.floaters = false;
self iprintln("^1Floaters Disabled");
}
}
(adsbygoogle = window.adsbygoogle || []).push({});
05-27-2015, 05:13 AM #2
Vondy Supreme
< ^ > < ^ >
Not possible with GSC

The following 2 users say thank you to Vondy Supreme for this useful post:

akaRadon, QUANTREL BISHOP

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo