Changed Network Variable (Expression) — skNetwork

Addon: skNetwork · Category: Expression · Since: 0.2.0

Syntax

[the] changed [network] variable

Description

Inside `on network variable change`, the name that changed and the values either side of the change. The name carries no prefix, because that is how it travels between servers. A delete leaves the new value unset.

Guide: https://github.com/ahmadmsaleem/skNetwork/wiki/Sync-and-Events

Examples

on network variable change of "coins::*":
	broadcast "%the changed variable% went from %the old value% to %the new value%"

View source