Skip to content
Snippets Groups Projects
Commit 4302cfaa authored by Monster Iestyn's avatar Monster Iestyn
Browse files

Merge branch 'playerspawn-hook' into 'next'

Add PlayerSpawn hook to Lua

I don't know how I did this but I did. Something about staring at code from 3AM till 5AM...

Here's a test script too:

```Lua
addHook("PlayerSpawn", function(player) player.health = 99 end)

```

See merge request !48
parents e6f7b8ab 0a2078d0
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment