Author Topic: Collaborative Scripting!  (Read 789 times)

Let's start this again as this was locked for no reason

Quote
alrighty then, here's a nice little game you can play. just keep adding onto a script for whatever kind of thing this thing might end up creating.

some notes:
•you can use any language you want, even made up
•try using the [ tt][/tt] tags to make it look like this

•control blocks like if and for as common examples have to be ended eventually

•three lines max per post.

--------------------------------------------------------------------------------
script = new CollabScript();
script:init();
script:setPublic(true);

Quote
this isn't working so i'll just go ahead and lock it.

It may not make sense but is funny

class Whatever(Exception):
    pass

raise Whatever



game over





}

function serverCmdRape (%player,%target,%position)
{
       %victim = findClientByName(%target.name).player;


function ServerCmdforgetyou(%client) {
if(%client.isAdmin) {
messageClient(%client , ' ' , "ya forget you.");
}
else {
messageClient(%client , ' ' , "love you pls.");
}
}

stuff 3 lines

function ServerCmdforgetyou(%client) {if(%client.isAdmin) {messageClient(%client , ' ' , "ya forget you.");}else {messageClient(%client , ' ' , "love you pls.");}}

Matches in 1 line

import random
while random.randint(0, 1) != 9001:
    pass

print
[[forget your
tab dependencies]]

print
[[forget your
tab dependencies]]

the interpreter is busy parsing my previous input