~~NOTOC~~ <=[[4rpl:start| Index]] \\ <=[[4rpl:start#tables| Tables]] * [[4rpl:commands:getglobaltable|Get]] * [[4rpl:commands:setglobaltable|Set]] ====== SetGlobalTable ====== SetGlobalTable("key" <-data) ===== Description ===== Sets an entry in the global table. The global table is a single table per mission. ===== Examples ===== GetGlobalTable("Data") ->data <-data 1 + ->data SetGlobalTable("Data" <-data) <=[[4rpl:start| Index]]