Ralle
Owner
- Joined
- Oct 6, 2004
- Messages
- 10,183
[trigger:1:e99c85b739]DoSomething
Events
Player - Player 1 (Red) types a chat message containing <Empty String> as A substring
Conditions
Actions
Set String = -give
Set Start = (Length of String)
Set End = (Start + 7)
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
(Substring((Entered chat string), 1, Start)) Equal to String
(Integer((Substring((Entered chat string), Start, End)))) Greater than or equal to 1
(Integer((Substring((Entered chat string), Start, End)))) Less than or equal to 1000000
Then - Actions
Set Value = (Integer((Substring((Entered chat string), Start, End))))
Else - Actions
[/trigger:1:e99c85b739]
[php:1:e99c85b739]<?php
echo "hello";
echo "this rocks!";
?>[/php:1:e99c85b739]
there are two new kinds of bbcodes for this board...! [php ] and [trigger ]
Events
Player - Player 1 (Red) types a chat message containing <Empty String> as A substring
Conditions
Actions
Set String = -give
Set Start = (Length of String)
Set End = (Start + 7)
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
(Substring((Entered chat string), 1, Start)) Equal to String
(Integer((Substring((Entered chat string), Start, End)))) Greater than or equal to 1
(Integer((Substring((Entered chat string), Start, End)))) Less than or equal to 1000000
Then - Actions
Set Value = (Integer((Substring((Entered chat string), Start, End))))
Else - Actions
[/trigger:1:e99c85b739]
[php:1:e99c85b739]<?php
echo "hello";
echo "this rocks!";
?>[/php:1:e99c85b739]
there are two new kinds of bbcodes for this board...! [php ] and [trigger ]