Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
May 20, 2012, 05:32:05 AM
[Less]
News
: ATokar.net 3.0 has been released! Click
here
for more info.
Entire Site
Forum
This topic
Home
Forum
Theme
Change Theme
Christmas
Elegant
ATokar.net Default
Calendar
Gallery
Search
Quick Links
Guest Actions
ATokar.net Projects
Code Snippets
Site Statistics
Recent Posts
Contact Us
Login
Register
ATokar.net
>
General Community
>
Questions, Suggestions, and Feedback
Topic:
Just a test of code language...
Pages: [
1
]
Go Down
« previous
next »
Print
Author
Topic: Just a test of code language... (Read 1123 times)
0 Members and 1 Guest are viewing this topic. Bookmarked by
0
members.
Cleo
Karma: +6/-0
Offline
Gender:
Posts: 172
Just a test of code language...
«
on:
August 19, 2007, 06:06:00 PM »
Code: (php)
[Select]
<?php
$var_apples
=
'1'
;
if (
$var_apples
==
'1'
){
echo
'There is '
.
$var_apples
.
' apple!'
;
}
?>
«
Last Edit: January 02, 2008, 09:28:17 AM by Cleo
»
Logged
Developer of Atrinik
tehill
Karma: +5/-0
Offline
Gender:
Posts: 28
Re: Just a test of code language...
«
Reply #1 on:
August 19, 2007, 06:12:57 PM »
Code: (lua)
[Select]
local me = event.me
local randReplies = {
"This one's mine!",
"Take that you sleazy slime!",
"Watch it, he's trying to break through!",
"Squish dem slimes.",
"Tell Moroch the "..me.name.." from Stoneglow sent ya! ha ha.",
"Don't let that one get past!",
"Eeew! More goo on my boots.",
"Love to see leaking slimes.",
"Watch yer back!",
"Think I should have bought more cure poison potions.",
"No slime spits at the "..me.name.." and lives to tell of it.",
"There's some more headed this way.",
"Be careful, don't need more dead heroes!",
"Someone take that loose one!",
"Show no mercy!",
"I like taking them one at a time.",
"Poke a few more holes in them!",
}
me:Say(randReplies[math.random(table.getn(randReplies))])
Logged
Pages: [
1
]
Go Up
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Community
-----------------------------
=> Announcements
=> New Members & Introductions
=> Off Topic
===> Birthdays
=> Questions, Suggestions, and Feedback
=> Deutschsprachige Beiträge (posts in German)
===> Detaillierte Programmiertipps
===> Hilfreiche Links
-----------------------------
Development
-----------------------------
=> Graphics and Templates
=> Software
===> Games
===> Graphics
===> Internet
===> Office
===> Operating Systems
===> Programming
===> Sound & Video
===> Web Applications
===> Other
=> Online Tools
-----------------------------
Coding
-----------------------------
=> C
=> PHP
=> HTML/CSS
=> JavaScript
=> Tutorials
=> Other