mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-04 13:10:26 +00:00
Updated Lua Examples (markdown)
+2
-1
@@ -146,7 +146,6 @@ function event_timer(e)
|
||||
end
|
||||
```
|
||||
|
||||
```
|
||||
### Player
|
||||
```
|
||||
-- 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);
|
||||
end
|
||||
end
|
||||
```
|
||||
|
||||
### Item
|
||||
|
||||
### Spell
|
||||
|
||||
Reference in New Issue
Block a user