Updated Lua Examples (markdown)

Alex
2014-02-01 14:50:28 -08:00
parent d5e8ad22db
commit cbbd01b3b6
+2 -1
@@ -146,7 +146,6 @@ function event_timer(e)
end end
``` ```
```
### Player ### Player
``` ```
-- player.lua example of access and changing the lockpick value of a door. -- player.lua example of access and changing the lockpick value of a door.
@@ -178,6 +177,8 @@ function event_death_complete(e)
eq.target_global("lockout_ikky_g1", "1", "H17", 0,v, 0); eq.target_global("lockout_ikky_g1", "1", "H17", 0,v, 0);
end end
end end
```
### Item ### Item
### Spell ### Spell