Teddy_Bearns
3 days agoNewcomer
Portal - Scripting?
Hey does anyone know if scripting on the portal site actually works? I've got a sample one made for a custom game mode but nothing has applied at all despite being published.
I was able to print message (bottom right) like they do in "Basic Template".
export function OnPlayerDeployed(eventPlayer: mod.Player): void {
const exampleMessage = mod.Message('example');
mod.DisplayNotificationMessage(exampleMessage);
}
Try to duplicate your experience and launch fresh one, sometimes it helps, dunno why.