• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Calling a Global/Lib file from server to homepage?

WarOfTheTitans

Active Member
Joined
Feb 3, 2012
Messages
430
Reaction score
37
For example this:

Lua:
Demon = {storage = 1222, text = "Demons are..."}

in /libs in server and now I want to call it to my homepage (GESIOR)

so it looks like, like this:

Lua:
[STORAGE]	  [TEXT]
  1222		Demons are

And the code should look like this:
<font color="red">'."thelib[storage]".'"</font>
output
1222

and so on.

thanks and reputation for the person that is helping me:)
 
Back
Top