aboutsummaryrefslogtreecommitdiff
path: root/build/Debug/Pico.app/Contents/Resources/npc_jumper.lua
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2012-04-16 09:39:52 -0500
committerBen Beltran <ben@nsovocal.com>2012-04-16 09:39:52 -0500
commit10a0e290ac07524dc129cc2b227b0f9e95df0f8e (patch)
treeed518c45c45d96e37e28640f745496fffb8e1325 /build/Debug/Pico.app/Contents/Resources/npc_jumper.lua
first commit
Diffstat (limited to 'build/Debug/Pico.app/Contents/Resources/npc_jumper.lua')
-rw-r--r--build/Debug/Pico.app/Contents/Resources/npc_jumper.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/build/Debug/Pico.app/Contents/Resources/npc_jumper.lua b/build/Debug/Pico.app/Contents/Resources/npc_jumper.lua
new file mode 100644
index 0000000..f3bae2c
--- /dev/null
+++ b/build/Debug/Pico.app/Contents/Resources/npc_jumper.lua
@@ -0,0 +1,7 @@
+--BEGIN
+--NPC Jumper Actions.
+function npc_act()
+ print("Jumper Acts :D")
+ return 1,2,3
+end
+--END \ No newline at end of file