mpp Posted June 23, 2016 Posted June 23, 2016 Want to add this on the main NPC OnInit: waitingroom "BombLucky",0; end; } but not working , don't know where to add this btw. http://pastebin.com/qzCVTruD Quote
0 Secrets Posted June 23, 2016 Posted June 23, 2016 https://gist.github.com/secretdataz/17e211a338b52dd46bd3ebc5812c3612 Quote
0 Emistry Posted June 24, 2016 Posted June 24, 2016 it should be OnInit: waitingroom "BombLucky",0; // <--------------- ADD THIS LINE set $Ev_BombLucky,0; //สถานะกิจกรรม set $Ev_BombLucky_time$,"07:00 น. || 12:00 น. || 17:00 น. || 22:00 น."; //เวลากิจกรรม end; Secrets's script will caused error due to duplicate OnInit within same NPC and player cant talk to NPC. Quote
0 Secrets Posted June 24, 2016 Posted June 24, 2016 it should be OnInit: waitingroom "BombLucky",0; // <--------------- ADD THIS LINE set $Ev_BombLucky,0; //สถานะกิจกรรม set $Ev_BombLucky_time$,"07:00 น. || 12:00 น. || 17:00 น. || 22:00 น."; //เวลากิจกรรม end; Secrets's script will caused error due to duplicate OnInit within same NPC and player cant talk to NPC.Sorry, didn't notice another OnInit.This script is a piece of spaghetti Quote
Question
mpp
Want to add this on the main NPC
but not working , don't know where to add this btw.
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.