~~NOTOC~~
<=[[4rpl:start| Index]] \\
<=[[4rpl:start#lists| Lists]]
* [[4rpl:commands:getgloballist|Get]]
* [[4rpl:commands:setgloballist|Set]]
====== GetGlobalList======
GetGlobalList(<-index) ->data
===== Description =====
Returns an entry from the global list. The global list is a single list per mission.
===== Examples =====
GetGlobalList(42) ->data
<-data 1 + ->data
SetGlobalList(42 <-data)
<=[[4rpl:start| Index]]