User talk:Hatninja

From SRB2 Wiki
Jump to navigation Jump to search

I see you're having trouble with putting your Lua code up there, try using <source lang="lua">...</source>

You'll get something like this:

local function myExampleFunc(bleh)
print("testing testing")
end

addHook("MobjThinker", myExampleFunc, MT_PLAYER)

Even comes with fancy colored syntax highlighting, the wonders of wiki technology! Hope this helps :)

-- Monster Iestyn Talk 01:04, 28 October 2016 (UTC)