mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-04 17:20:26 +00:00
Updated Lua Examples (markdown)
+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
|
||||||
|
|||||||
Reference in New Issue
Block a user