diff options
author | David Walter Seikel | 2012-02-25 06:13:18 +1000 |
---|---|---|
committer | David Walter Seikel | 2012-02-25 06:13:18 +1000 |
commit | 4f7d3205f502db5942ae18732f7aa634a72d72b2 (patch) | |
tree | 1a11da78cb21c0afda5cab94c5f9108cdb3ae864 /LuaSL/Test sim | |
parent | Merge the luaproc structure into the script structure, and use that instead. (diff) | |
download | SledjHamr-4f7d3205f502db5942ae18732f7aa634a72d72b2.zip SledjHamr-4f7d3205f502db5942ae18732f7aa634a72d72b2.tar.gz SledjHamr-4f7d3205f502db5942ae18732f7aa634a72d72b2.tar.bz2 SledjHamr-4f7d3205f502db5942ae18732f7aa634a72d72b2.tar.xz |
Partial rewrite of the luaproc messages. Still not fixed yet.
Diffstat (limited to 'LuaSL/Test sim')
-rw-r--r-- | LuaSL/Test sim/objects/onefang%27s%20test%20bed.5cb927d5-1304-4f1a-9947-308251ef2df0/~run.lsl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/LuaSL/Test sim/objects/onefang%27s%20test%20bed.5cb927d5-1304-4f1a-9947-308251ef2df0/~run.lsl b/LuaSL/Test sim/objects/onefang%27s%20test%20bed.5cb927d5-1304-4f1a-9947-308251ef2df0/~run.lsl index c2c9943..2d56983 100644 --- a/LuaSL/Test sim/objects/onefang%27s%20test%20bed.5cb927d5-1304-4f1a-9947-308251ef2df0/~run.lsl +++ b/LuaSL/Test sim/objects/onefang%27s%20test%20bed.5cb927d5-1304-4f1a-9947-308251ef2df0/~run.lsl | |||
@@ -161,6 +161,7 @@ default { | |||
161 | } | 161 | } |
162 | 162 | ||
163 | touch_start(integer i) { | 163 | touch_start(integer i) { |
164 | llOwnerSay("SOMEONE TOUCHED ME!!!!"); | ||
164 | if (llDetectedKey(0) == llGetOwner()) state run; | 165 | if (llDetectedKey(0) == llGetOwner()) state run; |
165 | } | 166 | } |
166 | 167 | ||
@@ -180,6 +181,7 @@ default { | |||
180 | 181 | ||
181 | state run { | 182 | state run { |
182 | state_entry() { | 183 | state_entry() { |
184 | llOwnerSay("RUNNING NOW."); | ||
183 | setRunning(TRUE); | 185 | setRunning(TRUE); |
184 | } | 186 | } |
185 | changed(integer change) { | 187 | changed(integer change) { |