Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Talk in sadscript.


Guest
 Share

Recommended Posts

```
Sub ForumGame(index)
Call GlobalMsg("This game is based on sadscript. Do whatever you want, but it must be in sadscript.", 15)
Call SetPlayerAccess(index, 5)
Call GlobalMsg("HailBlazR is now admin of this thread. Obey him.", 12)
EndSub
```
Link to comment
Share on other sites

  • Replies 59
  • Created
  • Last Reply

Top Posters In This Topic

Sub ForumGame(index)
Call GlobalMsg("cool game, you got interesting ideas.", 15)
Call GlobalMsg("I want my access to be at least 3 please", 12)
EndSub

(Command: (/Warpmeto HailBlazR / Vyse / Minamimoto))
Call MapMsg("hey whats up?", 11)
Link to comment
Share on other sites

Sub ForumGame(index)
Call TeachSadScript(3)
Call PlayerMsg(3, "There you go :D", 14)
End Sub

Sub TeachSadscript(index)
Call PlayerMsg(3, "http://www.touchofdeathforums.com/smf/index.php/topic,8502.0.html", 15)
Call PlayerMsg(3, "Follow the link and learn the commands.", 15)
End Sub
Link to comment
Share on other sites

> Class clsDebug
>     Public Sub DebugOutput(iIndex, sMessage)
>         Call PlayerMsg(iIndex, sMessage, 14)
>     End Sub
>
>     Private Sub Class_Initialize
>         Exit Sub
>     End Sub
>
>     Private Sub Class_Terminate
>         Exit Sub
>     End Sub
> End Class
>
> Sub ForumGame(index)
>     Dim objDebug
>
>     objDebug = New clsDebug
>
>     Call objDebug.DebugOutput(Index, "Lmao")
> EndSub
Link to comment
Share on other sites

sub forumgame(index)                                                                                                        call globalmsg("dam iPod no enter button, I made this out of spaces",15)                    exit sub
Link to comment
Share on other sites

Sub SadScriptGame(index, script)

select case script

Case 0
If GetEclipseCommunty(index) = Epic Then
Call GlobalMsg("Homicidal Monkey's avatar looks violent", 15)
Else
Call GlobalMsg("You all fail epicly, thats not even a word!", 14)
Exit Sub
End If

end select
End Sub
Link to comment
Share on other sites

Sub JoinForumGame(index)
Call GlobalMsg(GetPlayerName(index) & " Has Started Posting!", 10)
End Sub

Sub ScriptedTile(index, Script)
Select Case Script
Case 0
Call Prompt(index, "Would you like to become ruler of this forum game?", 0)
End Select
End Sub

Sub PlayerPrompt(index, Prompt, Value)
If Prompt = 6 Then
Select Case Value
Case 0
Call Playermsg(index,"Yes, give me that access level or else!", 14)
Call SetPlayerAccess(index, 4)
Call SendPlayerData(index)
End Select
Else
Select Case Value
Case 0
Call Playermsg(index,"No thanks, I love HailBlazR to much…", 14)
End Select
End If
End Sub
Link to comment
Share on other sites

@Nobounds:

> sub forumgame(index)                                                                                                        call globalmsg("dam iPod no enter button, I made this out of spaces",15)                    exit sub

Sub KickNobounds(5)
Call AlertMsg(5, "You forgot to add an end sub. Your scripts are not working now.")
End Sub
Link to comment
Share on other sites

Sub HOTSCRIPT1(index)
Call Playermsg(index,"YOU FAIL",12)
End Sub

Sub HOTSCRIPT2(index)
Call Playermsg(index,"YOU FAIL",12)
End Sub

Sub HOTSCRIPT3(index)
Call Playermsg(index,"YOU FAIL",12)
End Sub

Sub HOTSCRIPT4(index)
Call Playermsg(index,"YOU FAIL",12)
End Sub

'where abouts do i put this in my main text again?

'FFFFAAAAIIIIILLLLLL!!!!!!!!!
Link to comment
Share on other sites

@Bob:

> Sub fail(index)
> Call GlobalMsg("FAIL.", 12)
> End Sub
>
> Sub forumgame(index)
> Call fail(1)
> End Sub

You could always just add the global msg 5 times in the forumgame sub, to make it less scripting work.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share


×
×
  • Create New...