mirror of
				https://bitbucket.org/Ioncannon/project-meteor-server.git
				synced 2025-05-20 08:26:59 -04:00 
			
		
		
		
	fixed method casing in lua
This commit is contained in:
		| @@ -28,10 +28,10 @@ function init(npc) | ||||
| end | ||||
|  | ||||
| function onEventStarted(player, npc) | ||||
| 	player:runEventFunction("talkOfferWelcome", player, 1); | ||||
| 	player:RunEventFunction("talkOfferWelcome", player, 1); | ||||
| end | ||||
|  | ||||
| function onEventUpdate(player, npc, step, menuOptionSelected, lsName, lsCrest) | ||||
| 	--player:runEventFunction("askOfferQuest", player, 1000); | ||||
| 	player:endEvent(); | ||||
| 	--player:RunEventFunction("askOfferQuest", player, 1000); | ||||
| 	player:EndEvent(); | ||||
| end | ||||
		Reference in New Issue
	
	Block a user