TheMyrcoJoin Date: 2011-08-13 Post Count: 15105 |
|
|
|
VoidacityJoin Date: 2009-11-05 Post Count: 15759 |
[ Content Deleted ] |
|
|
VoidacityJoin Date: 2009-11-05 Post Count: 15759 |
[ Content Deleted ] |
|
AlyteJoin Date: 2011-10-24 Post Count: 10090 |
Well maybe it's old to YOU, but I've never seen it before, not even on Lua's website. |
|
SharksieJoin Date: 2009-10-10 Post Count: 30576 |
I've never seen it either. Is it implemented in RBX.Lua? |
|
AlyteJoin Date: 2011-10-24 Post Count: 10090 |
Yep, judging by the link:
"Roblox_Specific_Functions" |
|
|
Of course that you've never seen it on the Lua website.
As for us not finding out about it earlier, that was just because we had never discovered it. |
|
AlyteJoin Date: 2011-10-24 Post Count: 10090 |
Yeah, I only realised the link at my 2nd post here.
I'm so mad I didn't find out about ypcall() first...I could have used it instead of coroutines for my script builder's command bar thingy
dang |
|
|
Does anyone actually even use that function? |
|
VoidacityJoin Date: 2009-11-05 Post Count: 15759 |
[ Content Deleted ] |
|
8SunTzu8Join Date: 2011-09-30 Post Count: 8199 |
I think legend just added it to the wiki though.
"Improvise, Overcome, and Adapt." -Captain (RIP) |
|
SeranokJoin Date: 2009-12-12 Post Count: 11083 |
cOLD mOLD I've been using this method for a while |
|
GarnishedJoin Date: 2012-04-09 Post Count: 12695 |
function foo()
print("Hai")
wait(1)
print("Bai")
end
print(ypcall(foo))
print( pcall(foo))
You are dead to me.
~Sir, I am sorry for your loss of brain cells~ |
|
Legend26Join Date: 2008-09-08 Post Count: 10586 |
@Seranok,
How about if you find something new that's not on the wiki you TELL SOMEONE? |
|
SeranokJoin Date: 2009-12-12 Post Count: 11083 |
I PMed one of the Wiki helpers yesterday telling him to put ypcall up on the wiki |
|
Legend26Join Date: 2008-09-08 Post Count: 10586 |
It's been on the wiki since... July 21... |
|
su8Join Date: 2009-03-06 Post Count: 6334 |
served |
|
GarnishedJoin Date: 2012-04-09 Post Count: 12695 |
^
I haven't got my burger yet.
~We are farmers, bum bum bum bum bum bum bum!~ |
|
aboy5643Join Date: 2010-10-08 Post Count: 5458 |
I still don't approve of Seranok :) |
|
SeranokJoin Date: 2009-12-12 Post Count: 11083 |
okay maybe it was before yesterday that I PMed him. i lose track of days in the summer. but he wasn't he one who added ypcall to the wiki |
|
MrNicNacJoin Date: 2008-08-29 Post Count: 28554 |
"but he wasn't he one who added ypcall to the wiki"
Actually, yes he was. Maybe you should try checking the history next time. |
|
stravantForum ModeratorJoin Date: 2007-10-22 Post Count: 2893 |
It's not old at all, in fact it was only added about 2 months ago. |
|
|
ypcall(wait, 0)
And I lol'd |
|