This is the static archive of the Massassi Forums. The forums are
closed indefinitely. Thanks for all the memories!
You can also download
Super Old Archived Message Boards
from when Massassi first started.
"View" counts are as of the day the forums were archived, and will no longer increase.
#cog script #eter add points # #[SCR] # symbols sector sector1 sector sector2 sector sector3 sector sector4 sector sector5 thing player local message entered message startup end code: startup: player = getlocalplayerthing(); return; entered: Setplayerscore(player, Setplayerscore + 5); return; end
#cog script #eter add points # #[SCR], fixed by GBK for Pele's sake. symbols sector sector1 sector sector2 sector sector3 sector sector4 sector sector5 thing player local message entered message Newplayer end code Newplayer: player = Getsenderref(); return; entered: Setplayerscore(player, Getplayerscore(Player) + 5); return; end
SetPlayerKills(player, GetPlayerKills(player) + 5);