Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Community

New topic
4
Topics
Topic
Last post
Stickytemplate
Template local name = "template" local interpreter={} --your interpreter table local api={} --your api table -- add lua...
started by Oblerion Studio Oct 02, 2024
57 views
No replies yet
onMenuEditor = function(self, menu, editor, event) -- menu = wxMenu wignet (set menu item) -- editor = wxStyledTextCtrl...
started by Oblerion Studio Oct 02, 2024
55 views
No replies yet
interpreter table template -- name is variable package local interpreter={ name=name, description="desc interpreter", ap...
started by Oblerion Studio Oct 02, 2024
63 views
No replies yet
Stickyapi
api local api={ -- function print(text) print = { type = "function", description = [[A print function]], -- var:type arg...
started by Oblerion Studio Oct 02, 2024
46 views
No replies yet