Template:Welcome: Difference between revisions

From NPC for VCMP 0.4 Servers
Jump to navigation Jump to search
(Created page with "Hello! Welcome to the wiki.")
 
No edit summary
Line 1: Line 1:
Hello! Welcome to the wiki.
 
 
<big><poem>'''Description''':
::{{{1}}}
</poem>
 
 
'''Parameters:'''
<syntaxhighlight lang="lua">{{{2}}}</syntaxhighlight>
 
<poem>
 
'''Return Values:'''
::{{{3}}}
</poem>
 
 
<source lang="lua">
function OnNPCScriptLoad()
{
print("NPC script loaded\n");
}
</source>{{{4}}}
</big>

Revision as of 09:48, 9 March 2022


Description:
{{{1}}}


Parameters:

{{{2}}}


Return Values:
{{{3}}}


function OnNPCScriptLoad()
{
	print("NPC script loaded\n");
}

{{{4}}}