~~NOTOC~~ <=[[4rpl:start| Index]] \\ <=[[4rpl:start#tables| Tables]] * [[4rpl:commands:getglobaltable|Get]] * [[4rpl:commands:setglobaltable|Set]] ====== GetGlobalTable ====== GetGlobalTable("key") ->data ===== Description ===== Returns an entry from 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]]